Html Css Color HEX #375075 St Tropaz

📋 copy color: '#375075'

red 55 ◦ green 80 ◦ blue 117

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

Shades of St Tropaz #375075

Tints of St Tropaz #375075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 21.83%
G = 31.75%
B = 46.43%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#375075 (or 0x375075) is known color: St Tropaz. HEX triplet: 37, 50 and 75. RGB value is (55,80,117). Sum of RGB (Red+Green+Blue) = 55+80+117=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #375075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375075 is #C8AF8A. Grayscale: #4C4C4C. Windows color (decimal): -13152139 or 7688247. OLE color: 7688247.

HSL color Cylindrical-coordinate representation of color #375075: hue angle of 215.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375075 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 80 117 -
CMYK 0.53 0.32 0 0.54
HSL 215.81º 0.36% 0.34% -
HSV(B) 215.81º 0.53% 0.46% -
XYZ 7.66 7.83 17.94 -
YUV 76.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 55 80 117 0.53 0.32 0 0.54 215.81 0.36 0.34
Hex 37 50 75 35 20 0 36 D8 24 22
Octal 67 120 165 65 40 0 66 330 44 42
Binary 110111 1010000 1110101 110101 100000 0 110110 11011000 100100 100010

Color Harmonies of #375075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375075

Black with #375075

Text Example


Text Example

White with #375075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375075; }

 p { color: rgb(55,80,117); }

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

background-color css

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

 a { background-color: rgb(55,80,117); }

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

border-color css

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

 span { border-color: rgb(55,80,117); }

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