#2959BE

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

Shades of Cerulean Blue #2959BE

Tints of Cerulean Blue #2959BE

Color information

#2959BE (or 0x2959BE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 59 and BE. RGB value is (41,89,190). Sum of RGB (Red+Green+Blue) = 41+89+190=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #2959BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959BE is #D6A641. Grayscale: #555555. Windows color (decimal): -14067266 or 12474665. OLE color: 12474665.

HSL color Cylindrical-coordinate representation of color #2959BE: hue angle of 220.67º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2959BE is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4189190-
CMYK0.780.5300.25
HSL220.67º64.5%45.29%-
HSV(B)220.67º78.42%74.51%-
XYZ13.7811.3350.18-
YUV86.16186.695.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.81%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 190 (74.61% from 255) = 59.38%
R=12.81%
G=27.81%
B=59.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41891900.780.5300.25220.6764.545.29
Hex2959BE4E35019dd412d
Octal511312761166503133510155
Binary1010011011001101111101001110110101011001110111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2959BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2959BE; }

 p { color: rgb(41,89,190); }

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

<style>
 a { background-color: #2959BE; }

 a { background-color: rgb(41,89,190); }

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

<style>
 span { border-color: #2959BE; }

 span { border-color: rgb(41,89,190); }

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