Html Css Color HEX #2B5CAA Cerulean Blue

📋 copy color: '#2B5CAA'

red 43 ◦ green 92 ◦ blue 170

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

Shades of Cerulean Blue #2B5CAA

Tints of Cerulean Blue #2B5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 14.1%
G = 30.16%
B = 55.74%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B5CAA (or 0x2B5CAA) is known color: Cerulean Blue. HEX triplet: 2B, 5C and AA. RGB value is (43,92,170). Sum of RGB (Red+Green+Blue) = 43+92+170=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5CAA is #D4A355. Grayscale: #555555. Windows color (decimal): -13935446 or 11164715. OLE color: 11164715.

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

Color convert

RGB 43 92 170 -
CMYK 0.75 0.46 0 0.33
HSL 216.85º 0.6% 0.42% -
HSV(B) 216.85º 0.75% 0.67% -
XYZ 12.08 11.07 39.53 -
YUV 86.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 43 92 170 0.75 0.46 0 0.33 216.85 0.6 0.42
Hex 2B 5C AA 4B 2E 0 21 D9 3C 2A
Octal 53 134 252 113 56 0 41 331 74 52
Binary 101011 1011100 10101010 1001011 101110 0 100001 11011001 111100 101010

Color Harmonies of #2B5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CAA

Black with #2B5CAA

Text Example


Text Example

White with #2B5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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