Html Css Color HEX #2963BC Cerulean Blue

📋 copy color: '#2963BC'

red 41 ◦ green 99 ◦ blue 188

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

Shades of Cerulean Blue #2963BC

Tints of Cerulean Blue #2963BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 12.5%
G = 30.18%
B = 57.32%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2963BC (or 0x2963BC) is known color: Cerulean Blue. HEX triplet: 29, 63 and BC. RGB value is (41,99,188). Sum of RGB (Red+Green+Blue) = 41+99+188=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #2963BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963BC is #D69C43. Grayscale: #5B5B5B. Windows color (decimal): -14064708 or 12346153. OLE color: 12346153.

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

Color convert

RGB 41 99 188 -
CMYK 0.78 0.47 0 0.26
HSL 216.33º 0.64% 0.45% -
HSV(B) 216.33º 0.78% 0.74% -
XYZ 14.45 13.03 49.33 -
YUV 91.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 41 99 188 0.78 0.47 0 0.26 216.33 0.64 0.45
Hex 29 63 BC 4E 2F 0 1A D8 40 2D
Octal 51 143 274 116 57 0 32 330 100 55
Binary 101001 1100011 10111100 1001110 101111 0 11010 11011000 1000000 101101

Color Harmonies of #2963BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963BC

Black with #2963BC

Text Example


Text Example

White with #2963BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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