#2961C3

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

Shades of Cerulean Blue #2961C3

Tints of Cerulean Blue #2961C3

Color information

#2961C3 (or 0x2961C3) is unknown color: approx Cerulean Blue. HEX triplet: 29, 61 and C3. RGB value is (41,97,195). Sum of RGB (Red+Green+Blue) = 41+97+195=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 195 (76.56% from 255 or 58.56% from 333); Max value from RGB is 195 - color contains mainly: blue. Hex color #2961C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961C3 is #D69E3C. Grayscale: #5A5A5A. Windows color (decimal): -14065213 or 12804393. OLE color: 12804393.

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

Color convert

RGB4197195-
CMYK0.790.5000.24
HSL218.18º65.25%46.27%-
HSV(B)218.18º78.97%76.47%-
XYZ15.0412.9653.34-
YUV91.43186.4592.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.31%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 195 (76.56% from 255) = 58.56%
R=12.31%
G=29.13%
B=58.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41971950.790.5000.24218.1865.2546.27
Hex2961C34F32018da412e
Octal511413031176203033210156
Binary1010011100001110000111001111110010011000110110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2961C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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