Html Css Color HEX #2B5481 St Tropaz

📋 copy color: '#2B5481'

red 43 ◦ green 84 ◦ blue 129

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

Shades of St Tropaz #2B5481

Tints of St Tropaz #2B5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 16.8%
G = 32.81%
B = 50.39%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2B5481 (or 0x2B5481) is known color: St Tropaz. HEX triplet: 2B, 54 and 81. RGB value is (43,84,129). Sum of RGB (Red+Green+Blue) = 43+84+129=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B5481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5481 is #D4AB7E. Grayscale: #4C4C4C. Windows color (decimal): -13937535 or 8475691. OLE color: 8475691.

HSL color Cylindrical-coordinate representation of color #2B5481: hue angle of 211.4º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B5481 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 84 129 -
CMYK 0.67 0.35 0 0.49
HSL 211.4º 0.5% 0.34% -
HSV(B) 211.4º 0.67% 0.51% -
XYZ 8.13 8.44 21.97 -
YUV 76.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 43 84 129 0.67 0.35 0 0.49 211.4 0.5 0.34
Hex 2B 54 81 43 23 0 31 D3 32 22
Octal 53 124 201 103 43 0 61 323 62 42
Binary 101011 1010100 10000001 1000011 100011 0 110001 11010011 110010 100010

Color Harmonies of #2B5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5481

Black with #2B5481

Text Example


Text Example

White with #2B5481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,84,129); }

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

background-color css

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

 a { background-color: rgb(43,84,129); }

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

border-color css

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

 span { border-color: rgb(43,84,129); }

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