Html Css Color HEX #2964BF Cerulean Blue

📋 copy color: '#2964BF'

red 41 ◦ green 100 ◦ blue 191

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

Shades of Cerulean Blue #2964BF

Tints of Cerulean Blue #2964BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.53%

R = 12.35%
G = 30.12%
B = 57.53%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2964BF (or 0x2964BF) is known color: Cerulean Blue. HEX triplet: 29, 64 and BF. RGB value is (41,100,191). Sum of RGB (Red+Green+Blue) = 41+100+191=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #2964BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964BF is #D69B40. Grayscale: #5C5C5C. Windows color (decimal): -14064449 or 12543017. OLE color: 12543017.

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

Color convert

RGB 41 100 191 -
CMYK 0.79 0.48 0 0.25
HSL 216.4º 0.65% 0.45% -
HSV(B) 216.4º 0.79% 0.75% -
XYZ 14.88 13.35 51.08 -
YUV 92.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 41 100 191 0.79 0.48 0 0.25 216.4 0.65 0.45
Hex 29 64 BF 4F 30 0 19 D8 41 2D
Octal 51 144 277 117 60 0 31 330 101 55
Binary 101001 1100100 10111111 1001111 110000 0 11001 11011000 1000001 101101

Color Harmonies of #2964BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2964BF

Black with #2964BF

Text Example


Text Example

White with #2964BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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