Html Css Color HEX #2F558B St Tropaz

📋 copy color: '#2F558B'

red 47 ◦ green 85 ◦ blue 139

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

Shades of St Tropaz #2F558B

Tints of St Tropaz #2F558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 17.34%
G = 31.37%
B = 51.29%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F558B (or 0x2F558B) is known color: St Tropaz. HEX triplet: 2F, 55 and 8B. RGB value is (47,85,139). Sum of RGB (Red+Green+Blue) = 47+85+139=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F558B is #D0AA74. Grayscale: #4F4F4F. Windows color (decimal): -13675125 or 9131311. OLE color: 9131311.

HSL color Cylindrical-coordinate representation of color #2F558B: hue angle of 215.22º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F558B is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 85 139 -
CMYK 0.66 0.39 0 0.45
HSL 215.22º 0.49% 0.36% -
HSV(B) 215.22º 0.66% 0.55% -
XYZ 9.08 8.97 25.68 -
YUV 79.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 47 85 139 0.66 0.39 0 0.45 215.22 0.49 0.36
Hex 2F 55 8B 42 27 0 2D D7 31 24
Octal 57 125 213 102 47 0 55 327 61 44
Binary 101111 1010101 10001011 1000010 100111 0 101101 11010111 110001 100100

Color Harmonies of #2F558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F558B

Black with #2F558B

Text Example


Text Example

White with #2F558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,85,139); }

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

background-color css

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

 a { background-color: rgb(47,85,139); }

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

border-color css

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

 span { border-color: rgb(47,85,139); }

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