Html Css Color HEX #2B63B3 Cerulean Blue

📋 copy color: '#2B63B3'

red 43 ◦ green 99 ◦ blue 179

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

Shades of Cerulean Blue #2B63B3

Tints of Cerulean Blue #2B63B3

RGB

 RED value IS 43 (17.19% from 255) = 13.4%

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

 BLUE value IS 179 (70.31% from 255) = 55.76%

R = 13.4%
G = 30.84%
B = 55.76%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2B63B3 (or 0x2B63B3) is known color: Cerulean Blue. HEX triplet: 2B, 63 and B3. RGB value is (43,99,179). Sum of RGB (Red+Green+Blue) = 43+99+179=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B63B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B63B3 is #D49C4C. Grayscale: #5B5B5B. Windows color (decimal): -13933645 or 11756331. OLE color: 11756331.

HSL color Cylindrical-coordinate representation of color #2B63B3: hue angle of 215.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B63B3 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 99 179 -
CMYK 0.76 0.45 0 0.30
HSL 215.29º 0.61% 0.44% -
HSV(B) 215.29º 0.76% 0.7% -
XYZ 13.59 12.69 44.38 -
YUV 91.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 43 99 179 0.76 0.45 0 0.30 215.29 0.61 0.44
Hex 2B 63 B3 4C 2D 0 1E D7 3D 2C
Octal 53 143 263 114 55 0 36 327 75 54
Binary 101011 1100011 10110011 1001100 101101 0 11110 11010111 111101 101100

Color Harmonies of #2B63B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B63B3

Black with #2B63B3

Text Example


Text Example

White with #2B63B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B63B3; }

 p { color: rgb(43,99,179); }

 H1.HeaderClassName
 {
   color: #2B63B3;
 }
 .AnyTagClassName
 {
   color: #2B63B3;
 }
</style>

background-color css

<style>
 a { background-color: #2B63B3; }

 a { background-color: rgb(43,99,179); }

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

border-color css

<style>
 span { border-color: #2B63B3; }

 span { border-color: rgb(43,99,179); }

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