#2945A7

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

Shades of Cerulean Blue #2945A7

Tints of Cerulean Blue #2945A7

Color information

#2945A7 (or 0x2945A7) is unknown color: approx Cerulean Blue. HEX triplet: 29, 45 and A7. RGB value is (41,69,167). Sum of RGB (Red+Green+Blue) = 41+69+167=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 167 (65.62% from 255 or 60.29% from 277); Max value from RGB is 167 - color contains mainly: blue. Hex color #2945A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2945A7 is #D6BA58. Grayscale: #474747. Windows color (decimal): -14072409 or 10962217. OLE color: 10962217.

HSL color Cylindrical-coordinate representation of color #2945A7: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2945A7 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4169167-
CMYK0.750.5900.35
HSL226.67º60.58%40.78%-
HSV(B)226.67º75.45%65.49%-
XYZ10.027.5237.48-
YUV71.8181.72106.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 167 (65.62% from 255) = 60.29%
R=14.80%
G=24.91%
B=60.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41691670.750.5900.35226.6760.5840.78
Hex2945A74B3B023e33d29
Octal51105247113730433437551
Binary1010011000101101001111001011111011010001111100011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2945A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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