Html Css Color HEX #2B57AA Cerulean Blue

📋 copy color: '#2B57AA'

red 43 ◦ green 87 ◦ blue 170

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

Shades of Cerulean Blue #2B57AA

Tints of Cerulean Blue #2B57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

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

R = 14.33%
G = 29%
B = 56.67%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B57AA (or 0x2B57AA) is known color: Cerulean Blue. HEX triplet: 2B, 57 and AA. RGB value is (43,87,170). Sum of RGB (Red+Green+Blue) = 43+87+170=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B57AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B57AA is #D4A855. Grayscale: #525252. Windows color (decimal): -13936726 or 11163435. OLE color: 11163435.

HSL color Cylindrical-coordinate representation of color #2B57AA: hue angle of 219.21º 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 #2B57AA is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 87 170 -
CMYK 0.75 0.49 0 0.33
HSL 219.21º 0.6% 0.42% -
HSV(B) 219.21º 0.75% 0.67% -
XYZ 11.66 10.23 39.39 -
YUV 83.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 43 87 170 0.75 0.49 0 0.33 219.21 0.6 0.42
Hex 2B 57 AA 4B 31 0 21 DB 3C 2A
Octal 53 127 252 113 61 0 41 333 74 52
Binary 101011 1010111 10101010 1001011 110001 0 100001 11011011 111100 101010

Color Harmonies of #2B57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B57AA

Black with #2B57AA

Text Example


Text Example

White with #2B57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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