#2961BF

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

Shades of Cerulean Blue #2961BF

Tints of Cerulean Blue #2961BF

Color information

#2961BF (or 0x2961BF) is unknown color: approx Cerulean Blue. HEX triplet: 29, 61 and BF. RGB value is (41,97,191). Sum of RGB (Red+Green+Blue) = 41+97+191=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #2961BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961BF is #D69E40. Grayscale: #5A5A5A. Windows color (decimal): -14065217 or 12542249. OLE color: 12542249.

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

Color convert

RGB4197191-
CMYK0.790.4900.25
HSL217.6º64.66%45.49%-
HSV(B)217.6º78.53%74.9%-
XYZ14.5912.7850.99-
YUV90.97184.4592.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 191 (75% from 255) = 58.05%
R=12.46%
G=29.48%
B=58.05%

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
Decimal41971910.790.4900.25217.664.6645.49
Hex2961BF4F31019da412d
Octal511412771176103133210155
Binary1010011100001101111111001111110001011001110110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2961BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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