Html Css Color HEX #2F558A St Tropaz

📋 copy color: '#2F558A'

red 47 ◦ green 85 ◦ blue 138

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

Shades of St Tropaz #2F558A

Tints of St Tropaz #2F558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.11%

R = 17.41%
G = 31.48%
B = 51.11%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F558A (or 0x2F558A) is known color: St Tropaz. HEX triplet: 2F, 55 and 8A. RGB value is (47,85,138). Sum of RGB (Red+Green+Blue) = 47+85+138=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F558A is #D0AA75. Grayscale: #4F4F4F. Windows color (decimal): -13675126 or 9065775. OLE color: 9065775.

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

Color convert

RGB 47 85 138 -
CMYK 0.66 0.38 0 0.46
HSL 214.95º 0.49% 0.36% -
HSV(B) 214.95º 0.66% 0.54% -
XYZ 9.01 8.94 25.29 -
YUV 79.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 47 85 138 0.66 0.38 0 0.46 214.95 0.49 0.36
Hex 2F 55 8A 42 26 0 2E D7 31 24
Octal 57 125 212 102 46 0 56 327 61 44
Binary 101111 1010101 10001010 1000010 100110 0 101110 11010111 110001 100100

Color Harmonies of #2F558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F558A

Black with #2F558A

Text Example


Text Example

White with #2F558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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