#2964C1

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

Shades of Cerulean Blue #2964C1

Tints of Cerulean Blue #2964C1

Color information

#2964C1 (or 0x2964C1) is unknown color: approx Cerulean Blue. HEX triplet: 29, 64 and C1. RGB value is (41,100,193). Sum of RGB (Red+Green+Blue) = 41+100+193=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #2964C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964C1 is #D69B3E. Grayscale: #5C5C5C. Windows color (decimal): -14064447 or 12674089. OLE color: 12674089.

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

Color convert

RGB41100193-
CMYK0.790.4800.24
HSL216.71º64.96%45.88%-
HSV(B)216.71º78.76%75.69%-
XYZ15.113.4452.25-
YUV92.96184.4590.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.28%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=12.28%
G=29.94%
B=57.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411001930.790.4800.24216.7164.9645.88
Hex2964C14F30018d9412e
Octal511443011176003033110156
Binary1010011100100110000011001111110000011000110110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2964C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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