#395461

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

Shades of San Juan #395461

Tints of San Juan #395461

Color information

#395461 (or 0x395461) is unknown color: approx San Juan. HEX triplet: 39, 54 and 61. RGB value is (57,84,97). Sum of RGB (Red+Green+Blue) = 57+84+97=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #395461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395461 is #C6AB9E. Grayscale: #4D4D4D. Windows color (decimal): -13020063 or 6378553. OLE color: 6378553.

HSL color Cylindrical-coordinate representation of color #395461: hue angle of 199.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395461 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB578497-
CMYK0.410.1300.62
HSL199.5º25.97%30.2%-
HSV(B)199.5º41.24%38.04%-
XYZ7.028.0712.5-
YUV77.41139.05113.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=23.95%
G=35.29%
B=40.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5784970.410.1300.62199.525.9730.2
Hex39546129D03Ec81a1e
Octal7112414151150763103236
Binary1110011010100110000110100111010111110110010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395461; }

 p { color: rgb(57,84,97); }

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

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

 a { background-color: rgb(57,84,97); }

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

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

 span { border-color: rgb(57,84,97); }

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