#2961CC

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

Shades of Cerulean Blue #2961CC

Tints of Cerulean Blue #2961CC

Color information

#2961CC (or 0x2961CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 61 and CC. RGB value is (41,97,204). Sum of RGB (Red+Green+Blue) = 41+97+204=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #2961CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961CC is #D69E33. Grayscale: #5B5B5B. Windows color (decimal): -14065204 or 13394217. OLE color: 13394217.

HSL color Cylindrical-coordinate representation of color #2961CC: hue angle of 219.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2961CC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4197204-
CMYK0.800.5200.2
HSL219.39º66.53%48.04%-
HSV(B)219.39º79.9%80%-
XYZ16.0913.3858.86-
YUV92.45190.9591.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=11.99%
G=28.36%
B=59.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41972040.800.5200.2219.3966.5348.04
Hex2961CC5034014db4330
Octal511413141206402433310360
Binary1010011100001110011001010000110100010100110110111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2961CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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