Html Css Color HEX #2F5884 St Tropaz

📋 copy color: '#2F5884'

red 47 ◦ green 88 ◦ blue 132

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

Shades of St Tropaz #2F5884

Tints of St Tropaz #2F5884

RGB

 RED value IS 47 (18.75% from 255) = 17.6%

 GREEN value IS 88 (34.77% from 255) = 32.96%

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

R = 17.6%
G = 32.96%
B = 49.44%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F5884 (or 0x2F5884) is known color: St Tropaz. HEX triplet: 2F, 58 and 84. RGB value is (47,88,132). Sum of RGB (Red+Green+Blue) = 47+88+132=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F5884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5884 is #D0A77B. Grayscale: #505050. Windows color (decimal): -13674364 or 8673327. OLE color: 8673327.

HSL color Cylindrical-coordinate representation of color #2F5884: hue angle of 211.06º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F5884 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 88 132 -
CMYK 0.64 0.33 0 0.48
HSL 211.06º 0.47% 0.35% -
HSV(B) 211.06º 0.64% 0.52% -
XYZ 8.83 9.25 23.15 -
YUV 80.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 47 88 132 0.64 0.33 0 0.48 211.06 0.47 0.35
Hex 2F 58 84 40 21 0 30 D3 2F 23
Octal 57 130 204 100 41 0 60 323 57 43
Binary 101111 1011000 10000100 1000000 100001 0 110000 11010011 101111 100011

Color Harmonies of #2F5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5884

Black with #2F5884

Text Example


Text Example

White with #2F5884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,132); }

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

background-color css

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

 a { background-color: rgb(47,88,132); }

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

border-color css

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

 span { border-color: rgb(47,88,132); }

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