Html Css Color HEX #2963BB Cerulean Blue

📋 copy color: '#2963BB'

red 41 ◦ green 99 ◦ blue 187

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

Shades of Cerulean Blue #2963BB

Tints of Cerulean Blue #2963BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 12.54%
G = 30.28%
B = 57.19%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2963BB (or 0x2963BB) is known color: Cerulean Blue. HEX triplet: 29, 63 and BB. RGB value is (41,99,187). Sum of RGB (Red+Green+Blue) = 41+99+187=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #2963BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963BB is #D69C44. Grayscale: #5B5B5B. Windows color (decimal): -14064709 or 12280617. OLE color: 12280617.

HSL color Cylindrical-coordinate representation of color #2963BB: hue angle of 216.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2963BB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 99 187 -
CMYK 0.78 0.47 0 0.27
HSL 216.16º 0.64% 0.45% -
HSV(B) 216.16º 0.78% 0.73% -
XYZ 14.35 12.98 48.76 -
YUV 91.69 181.78 91.84 -
System Red Green Blue C M Y K H S L
Decimal 41 99 187 0.78 0.47 0 0.27 216.16 0.64 0.45
Hex 29 63 BB 4E 2F 0 1B D8 40 2D
Octal 51 143 273 116 57 0 33 330 100 55
Binary 101001 1100011 10111011 1001110 101111 0 11011 11011000 1000000 101101

Color Harmonies of #2963BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963BB

Black with #2963BB

Text Example


Text Example

White with #2963BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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