Html Css Color HEX #2B5384 St Tropaz

📋 copy color: '#2B5384'

red 43 ◦ green 83 ◦ blue 132

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

Shades of St Tropaz #2B5384

Tints of St Tropaz #2B5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

 BLUE value IS 132 (51.95% from 255) = 51.16%

R = 16.67%
G = 32.17%
B = 51.16%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B5384 (or 0x2B5384) is known color: St Tropaz. HEX triplet: 2B, 53 and 84. RGB value is (43,83,132). Sum of RGB (Red+Green+Blue) = 43+83+132=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5384 is #D4AC7B. Grayscale: #4C4C4C. Windows color (decimal): -13937788 or 8672043. OLE color: 8672043.

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

Color convert

RGB 43 83 132 -
CMYK 0.67 0.37 0 0.48
HSL 213.03º 0.51% 0.34% -
HSV(B) 213.03º 0.67% 0.52% -
XYZ 8.25 8.37 23.01 -
YUV 76.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 43 83 132 0.67 0.37 0 0.48 213.03 0.51 0.34
Hex 2B 53 84 43 25 0 30 D5 33 22
Octal 53 123 204 103 45 0 60 325 63 42
Binary 101011 1010011 10000100 1000011 100101 0 110000 11010101 110011 100010

Color Harmonies of #2B5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5384

Black with #2B5384

Text Example


Text Example

White with #2B5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,132); }

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

background-color css

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

 a { background-color: rgb(43,83,132); }

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

border-color css

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

 span { border-color: rgb(43,83,132); }

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