Html Css Color HEX #2B54BE Cerulean Blue

📋 copy color: '#2B54BE'

red 43 ◦ green 84 ◦ blue 190

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

Shades of Cerulean Blue #2B54BE

Tints of Cerulean Blue #2B54BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.94%

R = 13.56%
G = 26.5%
B = 59.94%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B54BE (or 0x2B54BE) is known color: Cerulean Blue. HEX triplet: 2B, 54 and BE. RGB value is (43,84,190). Sum of RGB (Red+Green+Blue) = 43+84+190=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B54BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54BE is #D4AB41. Grayscale: #535353. Windows color (decimal): -13937474 or 12473387. OLE color: 12473387.

HSL color Cylindrical-coordinate representation of color #2B54BE: hue angle of 223.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B54BE is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 84 190 -
CMYK 0.77 0.56 0 0.25
HSL 223.27º 0.63% 0.46% -
HSV(B) 223.27º 0.77% 0.75% -
XYZ 13.46 10.57 50.05 -
YUV 83.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 43 84 190 0.77 0.56 0 0.25 223.27 0.63 0.46
Hex 2B 54 BE 4D 38 0 19 DF 3F 2E
Octal 53 124 276 115 70 0 31 337 77 56
Binary 101011 1010100 10111110 1001101 111000 0 11001 11011111 111111 101110

Color Harmonies of #2B54BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B54BE

Black with #2B54BE

Text Example


Text Example

White with #2B54BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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