#2961C1

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

Shades of Cerulean Blue #2961C1

Tints of Cerulean Blue #2961C1

Color information

#2961C1 (or 0x2961C1) is unknown color: approx Cerulean Blue. HEX triplet: 29, 61 and C1. RGB value is (41,97,193). Sum of RGB (Red+Green+Blue) = 41+97+193=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #2961C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961C1 is #D69E3E. Grayscale: #5A5A5A. Windows color (decimal): -14065215 or 12673321. OLE color: 12673321.

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

Color convert

RGB4197193-
CMYK0.790.5000.24
HSL217.89º64.96%45.88%-
HSV(B)217.89º78.76%75.69%-
XYZ14.8112.8752.16-
YUV91.2185.4592.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 193 (75.78% from 255) = 58.31%
R=12.39%
G=29.31%
B=58.31%

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
Decimal41971930.790.5000.24217.8964.9645.88
Hex2961C14F32018da412e
Octal511413011176203033210156
Binary1010011100001110000011001111110010011000110110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2961C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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