Html Css Color HEX #2F5383 St Tropaz

📋 copy color: '#2F5383'

red 47 ◦ green 83 ◦ blue 131

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

Shades of St Tropaz #2F5383

Tints of St Tropaz #2F5383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.19%

R = 18.01%
G = 31.8%
B = 50.19%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F5383 (or 0x2F5383) is known color: St Tropaz. HEX triplet: 2F, 53 and 83. RGB value is (47,83,131). Sum of RGB (Red+Green+Blue) = 47+83+131=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F5383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5383 is #D0AC7C. Grayscale: #4D4D4D. Windows color (decimal): -13675645 or 8606511. OLE color: 8606511.

HSL color Cylindrical-coordinate representation of color #2F5383: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F5383 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 83 131 -
CMYK 0.64 0.37 0 0.49
HSL 214.29º 0.47% 0.35% -
HSV(B) 214.29º 0.64% 0.51% -
XYZ 8.36 8.43 22.66 -
YUV 77.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 47 83 131 0.64 0.37 0 0.49 214.29 0.47 0.35
Hex 2F 53 83 40 25 0 31 D6 2F 23
Octal 57 123 203 100 45 0 61 326 57 43
Binary 101111 1010011 10000011 1000000 100101 0 110001 11010110 101111 100011

Color Harmonies of #2F5383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5383

Black with #2F5383

Text Example


Text Example

White with #2F5383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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