#2349B7

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

Shades of Cerulean Blue #2349B7

Tints of Cerulean Blue #2349B7

Color information

#2349B7 (or 0x2349B7) is unknown color: approx Cerulean Blue. HEX triplet: 23, 49 and B7. RGB value is (35,73,183). Sum of RGB (Red+Green+Blue) = 35+73+183=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 183 (71.88% from 255 or 62.89% from 291); Max value from RGB is 183 - color contains mainly: blue. Hex color #2349B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2349B7 is #DCB648. Grayscale: #494949. Windows color (decimal): -14464585 or 12011811. OLE color: 12011811.

HSL color Cylindrical-coordinate representation of color #2349B7: hue angle of 224.59º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2349B7 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3573183-
CMYK0.810.6000.28
HSL224.59º67.89%42.75%-
HSV(B)224.59º80.87%71.76%-
XYZ11.628.5445.84-
YUV74.18189.41100.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.03%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 183 (71.88% from 255) = 62.89%
R=12.03%
G=25.09%
B=62.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal35731830.810.6000.28224.5967.8942.75
Hex2349B7513C01Ce1442b
Octal431112671217403434110453
Binary1000111001001101101111010001111100011100111000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2349B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2349B7; }

 p { color: rgb(35,73,183); }

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

<style>
 a { background-color: #2349B7; }

 a { background-color: rgb(35,73,183); }

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

<style>
 span { border-color: #2349B7; }

 span { border-color: rgb(35,73,183); }

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