#2845C8

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

Shades of Cerulean Blue #2845C8

Tints of Cerulean Blue #2845C8

Color information

#2845C8 (or 0x2845C8) is unknown color: approx Cerulean Blue. HEX triplet: 28, 45 and C8. RGB value is (40,69,200). Sum of RGB (Red+Green+Blue) = 40+69+200=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #2845C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2845C8 is #D7BA37. Grayscale: #4A4A4A. Windows color (decimal): -14137912 or 13124904. OLE color: 13124904.

HSL color Cylindrical-coordinate representation of color #2845C8: hue angle of 229.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2845C8 is Cyan = 0.8, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4069200-
CMYK0.80.6600.22
HSL229.12º66.67%47.06%-
HSV(B)229.12º80%78.43%-
XYZ13.438.8855.65-
YUV75.26198.39102.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 200 (78.52% from 255) = 64.72%
R=12.94%
G=22.33%
B=64.72%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40692000.80.6600.22229.1266.6747.06
Hex2845C85042016e5432f
Octal5010531012010202634510357
Binary10100010001011100100010100001000010010110111001011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2845C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2845C8; }

 p { color: rgb(40,69,200); }

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

<style>
 a { background-color: #2845C8; }

 a { background-color: rgb(40,69,200); }

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

<style>
 span { border-color: #2845C8; }

 span { border-color: rgb(40,69,200); }

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