#2956a5

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

Shades of Cerulean Blue #2956A5

Tints of Cerulean Blue #2956A5

Color information

#2956A5 (or 0x2956A5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 56 and A5. RGB value is (41,86,165). Sum of RGB (Red+Green+Blue) = 41+86+165=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 165 (64.84% from 255 or 56.51% from 292); Max value from RGB is 165 - color contains mainly: blue. Hex color #2956A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2956A5 is #D6A95A. Grayscale: #515151. Windows color (decimal): -14068059 or 10835497. OLE color: 10835497.

HSL color Cylindrical-coordinate representation of color #2956A5: hue angle of 218.23º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2956A5 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4186165-
CMYK0.750.4800.35
HSL218.23º60.19%40.39%-
HSV(B)218.23º75.15%64.71%-
XYZ11.039.8436.92-
YUV81.55175.0999.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 165 (64.84% from 255) = 56.51%
R=14.04%
G=29.45%
B=56.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41861650.750.4800.35218.2360.1940.39
Hex2956A54B30023da3c28
Octal51126245113600433327450
Binary1010011010110101001011001011110000010001111011010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2956a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2956a5; }

 p { color: rgb(41,86,165); }

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

<style>
 a { background-color: #2956a5; }

 a { background-color: rgb(41,86,165); }

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

<style>
 span { border-color: #2956a5; }

 span { border-color: rgb(41,86,165); }

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