#365564

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

Shades of San Juan #365564

Tints of San Juan #365564

Color information

#365564 (or 0x365564) is unknown color: approx San Juan. HEX triplet: 36, 55 and 64. RGB value is (54,85,100). Sum of RGB (Red+Green+Blue) = 54+85+100=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 100 - color contains mainly: blue. Hex color #365564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365564 is #C9AA9B. Grayscale: #4D4D4D. Windows color (decimal): -13216412 or 6575414. OLE color: 6575414.

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

Color convert

RGB5485100-
CMYK0.460.1500.61
HSL199.57º29.87%30.2%-
HSV(B)199.57º46%39.22%-
XYZ7.078.213.27-
YUV77.44140.73111.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=22.59%
G=35.56%
B=41.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54851000.460.1500.61199.5729.8730.2
Hex3655642EF03Dc81e1e
Octal6612514456170753103636
Binary1101101010101110010010111011110111101110010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365564; }

 p { color: rgb(54,85,100); }

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

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

 a { background-color: rgb(54,85,100); }

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

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

 span { border-color: rgb(54,85,100); }

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