Html Css Color HEX #375885 St Tropaz

📋 copy color: '#375885'

red 55 ◦ green 88 ◦ blue 133

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

Shades of St Tropaz #375885

Tints of St Tropaz #375885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 19.93%
G = 31.88%
B = 48.19%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375885 (or 0x375885) is known color: St Tropaz. HEX triplet: 37, 58 and 85. RGB value is (55,88,133). Sum of RGB (Red+Green+Blue) = 55+88+133=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #375885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375885 is #C8A77A. Grayscale: #535353. Windows color (decimal): -13150075 or 8738871. OLE color: 8738871.

HSL color Cylindrical-coordinate representation of color #375885: hue angle of 214.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375885 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 88 133 -
CMYK 0.59 0.34 0 0.48
HSL 214.62º 0.41% 0.37% -
HSV(B) 214.62º 0.59% 0.52% -
XYZ 9.3 9.49 23.53 -
YUV 83.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 55 88 133 0.59 0.34 0 0.48 214.62 0.41 0.37
Hex 37 58 85 3B 22 0 30 D7 29 25
Octal 67 130 205 73 42 0 60 327 51 45
Binary 110111 1011000 10000101 111011 100010 0 110000 11010111 101001 100101

Color Harmonies of #375885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375885

Black with #375885

Text Example


Text Example

White with #375885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375885; }

 p { color: rgb(55,88,133); }

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

background-color css

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

 a { background-color: rgb(55,88,133); }

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

border-color css

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

 span { border-color: rgb(55,88,133); }

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