#2961C2

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

Shades of Cerulean Blue #2961C2

Tints of Cerulean Blue #2961C2

Color information

#2961C2 (or 0x2961C2) is unknown color: approx Cerulean Blue. HEX triplet: 29, 61 and C2. RGB value is (41,97,194). Sum of RGB (Red+Green+Blue) = 41+97+194=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #2961C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961C2 is #D69E3D. Grayscale: #5A5A5A. Windows color (decimal): -14065214 or 12738857. OLE color: 12738857.

HSL color Cylindrical-coordinate representation of color #2961C2: hue angle of 218.04º 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 #2961C2 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4197194-
CMYK0.790.5000.24
HSL218.04º65.11%46.08%-
HSV(B)218.04º78.87%76.08%-
XYZ14.9312.9252.75-
YUV91.31185.9592.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 194 (76.17% from 255) = 58.43%
R=12.35%
G=29.22%
B=58.43%

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
Decimal41971940.790.5000.24218.0465.1146.08
Hex2961C24F32018da412e
Octal511413021176203033210156
Binary1010011100001110000101001111110010011000110110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2961C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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