#2945B5

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

Shades of Cerulean Blue #2945B5

Tints of Cerulean Blue #2945B5

Color information

#2945B5 (or 0x2945B5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 45 and B5. RGB value is (41,69,181). Sum of RGB (Red+Green+Blue) = 41+69+181=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #2945B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2945B5 is #D6BA4A. Grayscale: #484848. Windows color (decimal): -14072395 or 11879721. OLE color: 11879721.

HSL color Cylindrical-coordinate representation of color #2945B5: hue angle of 228º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2945B5 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4169181-
CMYK0.770.6200.29
HSL228º63.06%43.53%-
HSV(B)228º77.35%70.98%-
XYZ11.388.0644.67-
YUV73.4188.72104.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 181 (71.09% from 255) = 62.20%
R=14.09%
G=23.71%
B=62.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41691810.770.6200.2922863.0643.53
Hex2945B54D3E01De43f2c
Octal51105265115760353447754
Binary101001100010110110101100110111111001110111100100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2945B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2945B5; }

 p { color: rgb(41,69,181); }

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

<style>
 a { background-color: #2945B5; }

 a { background-color: rgb(41,69,181); }

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

<style>
 span { border-color: #2945B5; }

 span { border-color: rgb(41,69,181); }

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