#365659

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

Shades of Oracle #365659

Tints of Oracle #365659

Color information

#365659 (or 0x365659) is unknown color: approx Oracle. HEX triplet: 36, 56 and 59. RGB value is (54,86,89). Sum of RGB (Red+Green+Blue) = 54+86+89=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #365659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365659 is #C9A9A6. Grayscale: #4C4C4C. Windows color (decimal): -13216167 or 5854774. OLE color: 5854774.

HSL color Cylindrical-coordinate representation of color #365659: hue angle of 185.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365659 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548689-
CMYK0.390.0300.65
HSL185.14º24.48%28.04%-
HSV(B)185.14º39.33%34.9%-
XYZ6.658.1610.68-
YUV76.77134.9111.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=23.58%
G=37.55%
B=38.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5486890.390.0300.65185.1424.4828.04
Hex365659273041b9181c
Octal6612613147301012713034
Binary110110101011010110011001111101000001101110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365659; }

 p { color: rgb(54,86,89); }

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

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

 a { background-color: rgb(54,86,89); }

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

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

 span { border-color: rgb(54,86,89); }

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