Html Css Color HEX #2B63BA Cerulean Blue

📋 copy color: '#2B63BA'

red 43 ◦ green 99 ◦ blue 186

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

Shades of Cerulean Blue #2B63BA

Tints of Cerulean Blue #2B63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 13.11%
G = 30.18%
B = 56.71%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B63BA (or 0x2B63BA) is known color: Cerulean Blue. HEX triplet: 2B, 63 and BA. RGB value is (43,99,186). Sum of RGB (Red+Green+Blue) = 43+99+186=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B63BA is #D49C45. Grayscale: #5B5B5B. Windows color (decimal): -13933638 or 12215083. OLE color: 12215083.

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

Color convert

RGB 43 99 186 -
CMYK 0.77 0.47 0 0.27
HSL 216.5º 0.62% 0.45% -
HSV(B) 216.5º 0.77% 0.73% -
XYZ 14.32 12.98 48.21 -
YUV 92.17 180.95 92.93 -
System Red Green Blue C M Y K H S L
Decimal 43 99 186 0.77 0.47 0 0.27 216.5 0.62 0.45
Hex 2B 63 BA 4D 2F 0 1B D9 3E 2D
Octal 53 143 272 115 57 0 33 331 76 55
Binary 101011 1100011 10111010 1001101 101111 0 11011 11011001 111110 101101

Color Harmonies of #2B63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B63BA

Black with #2B63BA

Text Example


Text Example

White with #2B63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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