Html Css Color HEX #2B47AA Cerulean Blue

📋 copy color: '#2B47AA'

red 43 ◦ green 71 ◦ blue 170

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

Shades of Cerulean Blue #2B47AA

Tints of Cerulean Blue #2B47AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 15.14%
G = 25%
B = 59.86%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B47AA (or 0x2B47AA) is known color: Cerulean Blue. HEX triplet: 2B, 47 and AA. RGB value is (43,71,170). Sum of RGB (Red+Green+Blue) = 43+71+170=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B47AA is #D4B855. Grayscale: #494949. Windows color (decimal): -13940822 or 11159339. OLE color: 11159339.

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

Color convert

RGB 43 71 170 -
CMYK 0.75 0.58 0 0.33
HSL 226.77º 0.6% 0.42% -
HSV(B) 226.77º 0.75% 0.67% -
XYZ 10.51 7.92 39.01 -
YUV 73.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 43 71 170 0.75 0.58 0 0.33 226.77 0.6 0.42
Hex 2B 47 AA 4B 3A 0 21 E3 3C 2A
Octal 53 107 252 113 72 0 41 343 74 52
Binary 101011 1000111 10101010 1001011 111010 0 100001 11100011 111100 101010

Color Harmonies of #2B47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B47AA

Black with #2B47AA

Text Example


Text Example

White with #2B47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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