Html Css Color HEX #375983 St Tropaz

📋 copy color: '#375983'

red 55 ◦ green 89 ◦ blue 131

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

Shades of St Tropaz #375983

Tints of St Tropaz #375983

RGB

 RED value IS 55 (21.88% from 255) = 20%

 GREEN value IS 89 (35.16% from 255) = 32.36%

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

R = 20%
G = 32.36%
B = 47.64%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375983 (or 0x375983) is known color: St Tropaz. HEX triplet: 37, 59 and 83. RGB value is (55,89,131). Sum of RGB (Red+Green+Blue) = 55+89+131=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #375983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375983 is #C8A67C. Grayscale: #535353. Windows color (decimal): -13149821 or 8608055. OLE color: 8608055.

HSL color Cylindrical-coordinate representation of color #375983: hue angle of 213.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375983 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 89 131 -
CMYK 0.58 0.32 0 0.49
HSL 213.16º 0.41% 0.36% -
HSV(B) 213.16º 0.58% 0.51% -
XYZ 9.24 9.6 22.84 -
YUV 83.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 55 89 131 0.58 0.32 0 0.49 213.16 0.41 0.36
Hex 37 59 83 3A 20 0 31 D5 29 24
Octal 67 131 203 72 40 0 61 325 51 44
Binary 110111 1011001 10000011 111010 100000 0 110001 11010101 101001 100100

Color Harmonies of #375983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375983

Black with #375983

Text Example


Text Example

White with #375983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375983; }

 p { color: rgb(55,89,131); }

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

background-color css

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

 a { background-color: rgb(55,89,131); }

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

border-color css

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

 span { border-color: rgb(55,89,131); }

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