#2964C5

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

Shades of Cerulean Blue #2964C5

Tints of Cerulean Blue #2964C5

Color information

#2964C5 (or 0x2964C5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 64 and C5. RGB value is (41,100,197). Sum of RGB (Red+Green+Blue) = 41+100+197=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #2964C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964C5 is #D69B3A. Grayscale: #5C5C5C. Windows color (decimal): -14064443 or 12936233. OLE color: 12936233.

HSL color Cylindrical-coordinate representation of color #2964C5: hue angle of 217.31º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2964C5 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB41100197-
CMYK0.790.4900.23
HSL217.31º65.55%46.67%-
HSV(B)217.31º79.19%77.25%-
XYZ15.5513.6254.63-
YUV93.42186.4590.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 197 (77.34% from 255) = 58.28%
R=12.13%
G=29.59%
B=58.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411001970.790.4900.23217.3165.5546.67
Hex2964C54F31017d9422f
Octal511443051176102733110257
Binary1010011100100110001011001111110001010111110110011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2964C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2964C5; }

 p { color: rgb(41,100,197); }

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

<style>
 a { background-color: #2964C5; }

 a { background-color: rgb(41,100,197); }

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

<style>
 span { border-color: #2964C5; }

 span { border-color: rgb(41,100,197); }

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