Html Css Color HEX #2F5788 St Tropaz

📋 copy color: '#2F5788'

red 47 ◦ green 87 ◦ blue 136

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

Shades of St Tropaz #2F5788

Tints of St Tropaz #2F5788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 17.41%
G = 32.22%
B = 50.37%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F5788 (or 0x2F5788) is known color: St Tropaz. HEX triplet: 2F, 57 and 88. RGB value is (47,87,136). Sum of RGB (Red+Green+Blue) = 47+87+136=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F5788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5788 is #D0A877. Grayscale: #505050. Windows color (decimal): -13674616 or 8935215. OLE color: 8935215.

HSL color Cylindrical-coordinate representation of color #2F5788: hue angle of 213.03º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F5788 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 87 136 -
CMYK 0.65 0.36 0 0.47
HSL 213.03º 0.49% 0.36% -
HSV(B) 213.03º 0.65% 0.53% -
XYZ 9.02 9.2 24.59 -
YUV 80.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 47 87 136 0.65 0.36 0 0.47 213.03 0.49 0.36
Hex 2F 57 88 41 24 0 2F D5 31 24
Octal 57 127 210 101 44 0 57 325 61 44
Binary 101111 1010111 10001000 1000001 100100 0 101111 11010101 110001 100100

Color Harmonies of #2F5788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5788

Black with #2F5788

Text Example


Text Example

White with #2F5788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,87,136); }

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

background-color css

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

 a { background-color: rgb(47,87,136); }

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

border-color css

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

 span { border-color: rgb(47,87,136); }

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