#365F65

Color #365F65 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #365F65

Tints of Smalt Blue #365F65

Color information

#365F65 (or 0x365F65) is unknown color: approx Smalt Blue. HEX triplet: 36, 5F and 65. RGB value is (54,95,101). Sum of RGB (Red+Green+Blue) = 54+95+101=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #365F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F65 is #C9A09A. Grayscale: #535353. Windows color (decimal): -13213851 or 6643510. OLE color: 6643510.

HSL color Cylindrical-coordinate representation of color #365F65: hue angle of 187.66º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365F65 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5495101-
CMYK0.470.0600.60
HSL187.66º30.32%30.39%-
HSV(B)187.66º46.53%39.61%-
XYZ7.969.9113.8-
YUV83.42137.92107.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=21.6%
G=38%
B=40.4%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54951010.470.0600.60187.6630.3230.39
Hex365F652F603Cbc1e1e
Octal661371455760742743636
Binary110110101111111001011011111100111100101111001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F65; }

 p { color: rgb(54,95,101); }

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

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

 a { background-color: rgb(54,95,101); }

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

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

 span { border-color: rgb(54,95,101); }

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