#375A8F

Color #375A8F St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #375A8F

Tints of St Tropaz #375A8F

Color information

#375A8F (or 0x375A8F) is unknown color: approx St Tropaz. HEX triplet: 37, 5A and 8F. RGB value is (55,90,143). Sum of RGB (Red+Green+Blue) = 55+90+143=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #375A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A8F is #C8A570. Grayscale: #555555. Windows color (decimal): -13149553 or 9394743. OLE color: 9394743.

HSL color Cylindrical-coordinate representation of color #375A8F: hue angle of 216.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375A8F is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5590143-
CMYK0.620.3700.44
HSL216.14º44.44%38.82%-
HSV(B)216.14º61.54%56.08%-
XYZ10.1910.1127.4-
YUV85.58160.4106.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=19.10%
G=31.25%
B=49.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55901430.620.3700.44216.1444.4438.82
Hex375A8F3E2502Cd82c27
Octal6713221776450543305447
Binary110111101101010001111111110100101010110011011000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,143); }

 H1.HeaderClassName
 {
   color: #375A8F;
 }
 .AnyTagClassName
 {
   color: #375A8F;
 }
</style>
background-color css

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

 a { background-color: rgb(55,90,143); }

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

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

 span { border-color: rgb(55,90,143); }

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