Html Css Color HEX #2964C7 Cerulean Blue

📋 copy color: '#2964C7'

red 41 ◦ green 100 ◦ blue 199

#2964C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2964C7

Tints of Cerulean Blue #2964C7

RGB

 RED value IS 41 (16.41% from 255) = 12.06%

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 199 (78.13% from 255) = 58.53%

R = 12.06%
G = 29.41%
B = 58.53%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2964C7 (or 0x2964C7) is known color: Cerulean Blue. HEX triplet: 29, 64 and C7. RGB value is (41,100,199). Sum of RGB (Red+Green+Blue) = 41+100+199=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 199 (78.12% from 255 or 58.53% from 340); Max value from RGB is 199 - color contains mainly: blue. Hex color #2964C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964C7 is #D69B38. Grayscale: #5D5D5D. Windows color (decimal): -14064441 or 13067305. OLE color: 13067305.

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

Color convert

RGB 41 100 199 -
CMYK 0.79 0.50 0 0.22
HSL 217.59º 0.66% 0.47% -
HSV(B) 217.59º 0.79% 0.78% -
XYZ 15.78 13.71 55.85 -
YUV 93.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 41 100 199 0.79 0.50 0 0.22 217.59 0.66 0.47
Hex 29 64 C7 4F 32 0 16 DA 42 2F
Octal 51 144 307 117 62 0 26 332 102 57
Binary 101001 1100100 11000111 1001111 110010 0 10110 11011010 1000010 101111

Color Harmonies of #2964C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2964C7

Black with #2964C7

Text Example


Text Example

White with #2964C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2964C7;
 }
 .AnyTagClassName
 {
   color: #2964C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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