Html Css Color HEX #2B51AA Cerulean Blue

📋 copy color: '#2B51AA'

red 43 ◦ green 81 ◦ blue 170

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

Shades of Cerulean Blue #2B51AA

Tints of Cerulean Blue #2B51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 170 (66.8% from 255) = 57.82%

R = 14.63%
G = 27.55%
B = 57.82%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B51AA (or 0x2B51AA) is known color: Cerulean Blue. HEX triplet: 2B, 51 and AA. RGB value is (43,81,170). Sum of RGB (Red+Green+Blue) = 43+81+170=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B51AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B51AA is #D4AE55. Grayscale: #4F4F4F. Windows color (decimal): -13938262 or 11161899. OLE color: 11161899.

HSL color Cylindrical-coordinate representation of color #2B51AA: hue angle of 222.05º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B51AA is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 81 170 -
CMYK 0.75 0.52 0 0.33
HSL 222.05º 0.6% 0.42% -
HSV(B) 222.05º 0.75% 0.67% -
XYZ 11.19 9.3 39.24 -
YUV 79.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 43 81 170 0.75 0.52 0 0.33 222.05 0.6 0.42
Hex 2B 51 AA 4B 34 0 21 DE 3C 2A
Octal 53 121 252 113 64 0 41 336 74 52
Binary 101011 1010001 10101010 1001011 110100 0 100001 11011110 111100 101010

Color Harmonies of #2B51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B51AA

Black with #2B51AA

Text Example


Text Example

White with #2B51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,81,170); }

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

background-color css

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

 a { background-color: rgb(43,81,170); }

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

border-color css

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

 span { border-color: rgb(43,81,170); }

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