#2967CF

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

Shades of Cerulean Blue #2967CF

Tints of Cerulean Blue #2967CF

Color information

#2967CF (or 0x2967CF) is unknown color: approx Cerulean Blue. HEX triplet: 29, 67 and CF. RGB value is (41,103,207). Sum of RGB (Red+Green+Blue) = 41+103+207=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #2967CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2967CF is #D69830. Grayscale: #5F5F5F. Windows color (decimal): -14063665 or 13592361. OLE color: 13592361.

HSL color Cylindrical-coordinate representation of color #2967CF: hue angle of 217.59º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2967CF is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB41103207-
CMYK0.800.5000.19
HSL217.59º66.94%48.63%-
HSV(B)217.59º80.19%81.18%-
XYZ17.0314.6860.97-
YUV96.32190.4688.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.68%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=11.68%
G=29.34%
B=58.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal411032070.800.5000.19217.5966.9448.63
Hex2967CF5032013da4331
Octal511473171206202333210361
Binary1010011100111110011111010000110010010011110110101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2967CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2967CF; }

 p { color: rgb(41,103,207); }

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

<style>
 a { background-color: #2967CF; }

 a { background-color: rgb(41,103,207); }

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

<style>
 span { border-color: #2967CF; }

 span { border-color: rgb(41,103,207); }

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