#2961C0

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

Shades of Cerulean Blue #2961C0

Tints of Cerulean Blue #2961C0

Color information

#2961C0 (or 0x2961C0) is unknown color: approx Cerulean Blue. HEX triplet: 29, 61 and C0. RGB value is (41,97,192). Sum of RGB (Red+Green+Blue) = 41+97+192=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #2961C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961C0 is #D69E3F. Grayscale: #5A5A5A. Windows color (decimal): -14065216 or 12607785. OLE color: 12607785.

HSL color Cylindrical-coordinate representation of color #2961C0: hue angle of 217.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2961C0 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4197192-
CMYK0.790.4900.25
HSL217.75º64.81%45.69%-
HSV(B)217.75º78.65%75.29%-
XYZ14.712.8351.57-
YUV91.09184.9592.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 192 (75.39% from 255) = 58.18%
R=12.42%
G=29.39%
B=58.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41971920.790.4900.25217.7564.8145.69
Hex2961C04F31019da412e
Octal511413001176103133210156
Binary1010011100001110000001001111110001011001110110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2961C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2961C0; }

 p { color: rgb(41,97,192); }

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

<style>
 a { background-color: #2961C0; }

 a { background-color: rgb(41,97,192); }

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

<style>
 span { border-color: #2961C0; }

 span { border-color: rgb(41,97,192); }

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