#395A66

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

Shades of San Juan #395A66

Tints of San Juan #395A66

Color information

#395A66 (or 0x395A66) is unknown color: approx San Juan. HEX triplet: 39, 5A and 66. RGB value is (57,90,102). Sum of RGB (Red+Green+Blue) = 57+90+102=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #395A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A66 is #C6A599. Grayscale: #515151. Windows color (decimal): -13018522 or 6707769. OLE color: 6707769.

HSL color Cylindrical-coordinate representation of color #395A66: hue angle of 196º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395A66 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5790102-
CMYK0.440.1200.6
HSL196º28.3%31.18%-
HSV(B)196º44.12%40%-
XYZ7.749.1413.93-
YUV81.5139.57110.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=22.89%
G=36.14%
B=40.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57901020.440.1200.619628.331.18
Hex395A662CC03Cc41c1f
Octal7113214654140743043437
Binary1110011011010110011010110011000111100110001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395A66; }

 p { color: rgb(57,90,102); }

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

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

 a { background-color: rgb(57,90,102); }

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

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

 span { border-color: rgb(57,90,102); }

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