Html Css Color HEX #2F4D75 St Tropaz

📋 copy color: '#2F4D75'

red 47 ◦ green 77 ◦ blue 117

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

Shades of St Tropaz #2F4D75

Tints of St Tropaz #2F4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 19.5%
G = 31.95%
B = 48.55%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F4D75 (or 0x2F4D75) is known color: St Tropaz. HEX triplet: 2F, 4D and 75. RGB value is (47,77,117). Sum of RGB (Red+Green+Blue) = 47+77+117=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F4D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4D75 is #D0B28A. Grayscale: #484848. Windows color (decimal): -13677195 or 7687471. OLE color: 7687471.

HSL color Cylindrical-coordinate representation of color #2F4D75: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F4D75 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 77 117 -
CMYK 0.60 0.34 0 0.54
HSL 214.29º 0.43% 0.32% -
HSV(B) 214.29º 0.6% 0.46% -
XYZ 7.04 7.2 17.85 -
YUV 72.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 47 77 117 0.60 0.34 0 0.54 214.29 0.43 0.32
Hex 2F 4D 75 3C 22 0 36 D6 2B 20
Octal 57 115 165 74 42 0 66 326 53 40
Binary 101111 1001101 1110101 111100 100010 0 110110 11010110 101011 100000

Color Harmonies of #2F4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D75

Black with #2F4D75

Text Example


Text Example

White with #2F4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,117); }

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

background-color css

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

 a { background-color: rgb(47,77,117); }

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

border-color css

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

 span { border-color: rgb(47,77,117); }

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