#2348e3

Color #2348E3 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2348E3

Tints of Cerulean Blue #2348E3

Color information

#2348E3 (or 0x2348E3) is unknown color: approx Cerulean Blue. HEX triplet: 23, 48 and E3. RGB value is (35,72,227). Sum of RGB (Red+Green+Blue) = 35+72+227=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 227 (89.06% from 255 or 67.96% from 334); Max value from RGB is 227 - color contains mainly: blue. Hex color #2348E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2348E3 is #DCB71C. Grayscale: #4D4D4D. Windows color (decimal): -14464797 or 14895139. OLE color: 14895139.

HSL color Cylindrical-coordinate representation of color #2348E3: hue angle of 228.44º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2348E3 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3572227-
CMYK0.850.6800.11
HSL228.44º77.42%51.37%-
HSV(B)228.44º84.58%89.02%-
XYZ16.8810.5473.82-
YUV78.61211.7496.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.48%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 227 (89.06% from 255) = 67.96%
R=10.48%
G=21.56%
B=67.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal35722270.850.6800.11228.4477.4251.37
Hex2348E355440Be44d33
Octal4311034312510401334411563
Binary1000111001000111000111010101100010001011111001001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2348e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2348e3; }

 p { color: rgb(35,72,227); }

 H1.HeaderClassName
 {
   color: #2348e3;
 }
 .AnyTagClassName
 {
   color: #2348e3;
 }
</style>
background-color css

<style>
 a { background-color: #2348e3; }

 a { background-color: rgb(35,72,227); }

 div.DivClassName
 {
   background-color: #2348e3;
 }
 .BgClassName
 {
   background-color: #2348e3;
 }
</style>
border-color css

<style>
 span { border-color: #2348e3; }

 span { border-color: rgb(35,72,227); }

 td.TdClassName
 {
   border-color: #2348e3;
 }
 .TagClassName
 {
   border-color: #2348e3;
 }
</style>