Html Css Color HEX #2B45AA Cerulean Blue

📋 copy color: '#2B45AA'

red 43 ◦ green 69 ◦ blue 170

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

Shades of Cerulean Blue #2B45AA

Tints of Cerulean Blue #2B45AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

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

R = 15.25%
G = 24.47%
B = 60.28%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B45AA (or 0x2B45AA) is known color: Cerulean Blue. HEX triplet: 2B, 45 and AA. RGB value is (43,69,170). Sum of RGB (Red+Green+Blue) = 43+69+170=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B45AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B45AA is #D4BA55. Grayscale: #484848. Windows color (decimal): -13941334 or 11158827. OLE color: 11158827.

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

Color convert

RGB 43 69 170 -
CMYK 0.75 0.59 0 0.33
HSL 227.72º 0.6% 0.42% -
HSV(B) 227.72º 0.75% 0.67% -
XYZ 10.38 7.67 38.96 -
YUV 72.74 182.89 106.79 -
System Red Green Blue C M Y K H S L
Decimal 43 69 170 0.75 0.59 0 0.33 227.72 0.6 0.42
Hex 2B 45 AA 4B 3B 0 21 E4 3C 2A
Octal 53 105 252 113 73 0 41 344 74 52
Binary 101011 1000101 10101010 1001011 111011 0 100001 11100100 111100 101010

Color Harmonies of #2B45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B45AA

Black with #2B45AA

Text Example


Text Example

White with #2B45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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