Html Css Color HEX #2963BF Cerulean Blue

📋 copy color: '#2963BF'

red 41 ◦ green 99 ◦ blue 191

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

Shades of Cerulean Blue #2963BF

Tints of Cerulean Blue #2963BF

RGB

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

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

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

R = 12.39%
G = 29.91%
B = 57.7%

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

#2963BF (or 0x2963BF) is known color: Cerulean Blue. HEX triplet: 29, 63 and BF. RGB value is (41,99,191). Sum of RGB (Red+Green+Blue) = 41+99+191=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #2963BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963BF is #D69C40. Grayscale: #5B5B5B. Windows color (decimal): -14064705 or 12542761. OLE color: 12542761.

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

Color convert

RGB 41 99 191 -
CMYK 0.79 0.48 0 0.25
HSL 216.8º 0.65% 0.45% -
HSV(B) 216.8º 0.79% 0.75% -
XYZ 14.78 13.16 51.05 -
YUV 92.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 41 99 191 0.79 0.48 0 0.25 216.8 0.65 0.45
Hex 29 63 BF 4F 30 0 19 D9 41 2D
Octal 51 143 277 117 60 0 31 331 101 55
Binary 101001 1100011 10111111 1001111 110000 0 11001 11011001 1000001 101101

Color Harmonies of #2963BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963BF

Black with #2963BF

Text Example


Text Example

White with #2963BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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