Html Css Color HEX #2B54BA Cerulean Blue

📋 copy color: '#2B54BA'

red 43 ◦ green 84 ◦ blue 186

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

Shades of Cerulean Blue #2B54BA

Tints of Cerulean Blue #2B54BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 13.74%
G = 26.84%
B = 59.42%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B54BA (or 0x2B54BA) is known color: Cerulean Blue. HEX triplet: 2B, 54 and BA. RGB value is (43,84,186). Sum of RGB (Red+Green+Blue) = 43+84+186=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B54BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54BA is #D4AB45. Grayscale: #525252. Windows color (decimal): -13937478 or 12211243. OLE color: 12211243.

HSL color Cylindrical-coordinate representation of color #2B54BA: hue angle of 222.8º 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 #2B54BA is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 84 186 -
CMYK 0.77 0.55 0 0.27
HSL 222.8º 0.62% 0.45% -
HSV(B) 222.8º 0.77% 0.73% -
XYZ 13.03 10.4 47.77 -
YUV 83.37 185.92 99.21 -
System Red Green Blue C M Y K H S L
Decimal 43 84 186 0.77 0.55 0 0.27 222.8 0.62 0.45
Hex 2B 54 BA 4D 37 0 1B DF 3E 2D
Octal 53 124 272 115 67 0 33 337 76 55
Binary 101011 1010100 10111010 1001101 110111 0 11011 11011111 111110 101101

Color Harmonies of #2B54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B54BA

Black with #2B54BA

Text Example


Text Example

White with #2B54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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