Html Css Color HEX #375C8C St Tropaz

📋 copy color: '#375C8C'

red 55 ◦ green 92 ◦ blue 140

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

Shades of St Tropaz #375C8C

Tints of St Tropaz #375C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 140 (55.08% from 255) = 48.78%

R = 19.16%
G = 32.06%
B = 48.78%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#375C8C (or 0x375C8C) is known color: St Tropaz. HEX triplet: 37, 5C and 8C. RGB value is (55,92,140). Sum of RGB (Red+Green+Blue) = 55+92+140=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #375C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C8C is #C8A373. Grayscale: #565656. Windows color (decimal): -13149044 or 9198647. OLE color: 9198647.

HSL color Cylindrical-coordinate representation of color #375C8C: hue angle of 213.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #375C8C is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 92 140 -
CMYK 0.61 0.34 0 0.45
HSL 213.88º 0.44% 0.38% -
HSV(B) 213.88º 0.61% 0.55% -
XYZ 10.14 10.36 26.28 -
YUV 86.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 55 92 140 0.61 0.34 0 0.45 213.88 0.44 0.38
Hex 37 5C 8C 3D 22 0 2D D6 2C 26
Octal 67 134 214 75 42 0 55 326 54 46
Binary 110111 1011100 10001100 111101 100010 0 101101 11010110 101100 100110

Color Harmonies of #375C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C8C

Black with #375C8C

Text Example


Text Example

White with #375C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375C8C; }

 p { color: rgb(55,92,140); }

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

background-color css

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

 a { background-color: rgb(55,92,140); }

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

border-color css

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

 span { border-color: rgb(55,92,140); }

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