Html Css Color HEX #2963BE Cerulean Blue

📋 copy color: '#2963BE'

red 41 ◦ green 99 ◦ blue 190

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

Shades of Cerulean Blue #2963BE

Tints of Cerulean Blue #2963BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 12.42%
G = 30%
B = 57.58%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2963BE (or 0x2963BE) is known color: Cerulean Blue. HEX triplet: 29, 63 and BE. RGB value is (41,99,190). Sum of RGB (Red+Green+Blue) = 41+99+190=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #2963BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963BE is #D69C41. Grayscale: #5B5B5B. Windows color (decimal): -14064706 or 12477225. OLE color: 12477225.

HSL color Cylindrical-coordinate representation of color #2963BE: hue angle of 216.64º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2963BE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 99 190 -
CMYK 0.78 0.48 0 0.25
HSL 216.64º 0.65% 0.45% -
HSV(B) 216.64º 0.78% 0.75% -
XYZ 14.67 13.11 50.47 -
YUV 92.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 41 99 190 0.78 0.48 0 0.25 216.64 0.65 0.45
Hex 29 63 BE 4E 30 0 19 D9 41 2D
Octal 51 143 276 116 60 0 31 331 101 55
Binary 101001 1100011 10111110 1001110 110000 0 11001 11011001 1000001 101101

Color Harmonies of #2963BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963BE

Black with #2963BE

Text Example


Text Example

White with #2963BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2963BE; }

 p { color: rgb(41,99,190); }

 H1.HeaderClassName
 {
   color: #2963BE;
 }
 .AnyTagClassName
 {
   color: #2963BE;
 }
</style>

background-color css

<style>
 a { background-color: #2963BE; }

 a { background-color: rgb(41,99,190); }

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

border-color css

<style>
 span { border-color: #2963BE; }

 span { border-color: rgb(41,99,190); }

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