#365957

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

Shades of Oracle #365957

Tints of Oracle #365957

Color information

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

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

Color convert

RGB548987-
CMYK0.3900.020.65
HSL176.57º24.48%28.04%-
HSV(B)176.57º39.33%34.9%-
XYZ6.818.6210.32-
YUV78.31132.9110.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489870.3900.020.65176.5724.4828.04
Hex365957270241b1181c
Octal6613112747021012613034
Binary110110101100110101111001110101000001101100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365957; }

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

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

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

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

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

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

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

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