Html Css Color HEX #2F538A St Tropaz

📋 copy color: '#2F538A'

red 47 ◦ green 83 ◦ blue 138

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

Shades of St Tropaz #2F538A

Tints of St Tropaz #2F538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

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

R = 17.54%
G = 30.97%
B = 51.49%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F538A (or 0x2F538A) is known color: St Tropaz. HEX triplet: 2F, 53 and 8A. RGB value is (47,83,138). Sum of RGB (Red+Green+Blue) = 47+83+138=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F538A is #D0AC75. Grayscale: #4E4E4E. Windows color (decimal): -13675638 or 9065263. OLE color: 9065263.

HSL color Cylindrical-coordinate representation of color #2F538A: hue angle of 216.26º 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 #2F538A is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 83 138 -
CMYK 0.66 0.40 0 0.46
HSL 216.26º 0.49% 0.36% -
HSV(B) 216.26º 0.66% 0.54% -
XYZ 8.85 8.63 25.24 -
YUV 78.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 47 83 138 0.66 0.40 0 0.46 216.26 0.49 0.36
Hex 2F 53 8A 42 28 0 2E D8 31 24
Octal 57 123 212 102 50 0 56 330 61 44
Binary 101111 1010011 10001010 1000010 101000 0 101110 11011000 110001 100100

Color Harmonies of #2F538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F538A

Black with #2F538A

Text Example


Text Example

White with #2F538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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