Html Css Color HEX #2B58AA Cerulean Blue

📋 copy color: '#2B58AA'

red 43 ◦ green 88 ◦ blue 170

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

Shades of Cerulean Blue #2B58AA

Tints of Cerulean Blue #2B58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 14.29%
G = 29.24%
B = 56.48%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B58AA (or 0x2B58AA) is known color: Cerulean Blue. HEX triplet: 2B, 58 and AA. RGB value is (43,88,170). Sum of RGB (Red+Green+Blue) = 43+88+170=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B58AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B58AA is #D4A755. Grayscale: #535353. Windows color (decimal): -13936470 or 11163691. OLE color: 11163691.

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

Color convert

RGB 43 88 170 -
CMYK 0.75 0.48 0 0.33
HSL 218.74º 0.6% 0.42% -
HSV(B) 218.74º 0.75% 0.67% -
XYZ 11.74 10.4 39.42 -
YUV 83.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 43 88 170 0.75 0.48 0 0.33 218.74 0.6 0.42
Hex 2B 58 AA 4B 30 0 21 DB 3C 2A
Octal 53 130 252 113 60 0 41 333 74 52
Binary 101011 1011000 10101010 1001011 110000 0 100001 11011011 111100 101010

Color Harmonies of #2B58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B58AA

Black with #2B58AA

Text Example


Text Example

White with #2B58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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