#375665

Color #375665 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #375665

Tints of San Juan #375665

Color information

#375665 (or 0x375665) is unknown color: approx San Juan. HEX triplet: 37, 56 and 65. RGB value is (55,86,101). Sum of RGB (Red+Green+Blue) = 55+86+101=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #375665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375665 is #C8A99A. Grayscale: #4E4E4E. Windows color (decimal): -13150619 or 6641207. OLE color: 6641207.

HSL color Cylindrical-coordinate representation of color #375665: hue angle of 199.57º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375665 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5586101-
CMYK0.460.1500.60
HSL199.57º29.49%30.59%-
HSV(B)199.57º45.54%39.61%-
XYZ7.258.4113.55-
YUV78.44140.73111.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=22.73%
G=35.54%
B=41.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55861010.460.1500.60199.5729.4930.59
Hex3756652EF03Cc81d1f
Octal6712614556170743103537
Binary1101111010110110010110111011110111100110010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375665; }

 p { color: rgb(55,86,101); }

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

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

 a { background-color: rgb(55,86,101); }

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

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

 span { border-color: rgb(55,86,101); }

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