#365759

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

Shades of Oracle #365759

Tints of Oracle #365759

Color information

#365759 (or 0x365759) is unknown color: approx Oracle. HEX triplet: 36, 57 and 59. RGB value is (54,87,89). Sum of RGB (Red+Green+Blue) = 54+87+89=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #365759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365759 is #C9A8A6. Grayscale: #4D4D4D. Windows color (decimal): -13215911 or 5855030. OLE color: 5855030.

HSL color Cylindrical-coordinate representation of color #365759: hue angle of 183.43º 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 #365759 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548789-
CMYK0.390.0200.65
HSL183.43º24.48%28.04%-
HSV(B)183.43º39.33%34.9%-
XYZ6.738.3210.7-
YUV77.36134.57111.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=23.48%
G=37.83%
B=38.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5487890.390.0200.65183.4324.4828.04
Hex365759272041b7181c
Octal6612713147201012673034
Binary110110101011110110011001111001000001101101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365759; }

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

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

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

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

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

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

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

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