#365E60

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

Shades of Oracle #365E60

Tints of Oracle #365E60

Color information

#365E60 (or 0x365E60) is unknown color: approx Oracle. HEX triplet: 36, 5E and 60. RGB value is (54,94,96). Sum of RGB (Red+Green+Blue) = 54+94+96=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #365E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E60 is #C9A19F. Grayscale: #525252. Windows color (decimal): -13214112 or 6315574. OLE color: 6315574.

HSL color Cylindrical-coordinate representation of color #365E60: hue angle of 182.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365E60 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB549496-
CMYK0.440.0200.62
HSL182.86º28%29.41%-
HSV(B)182.86º43.75%37.65%-
XYZ7.649.6312.52-
YUV82.27135.75107.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=22.13%
G=38.52%
B=39.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5494960.440.0200.62182.862829.41
Hex365E602C203Eb71c1d
Octal661361405420762673435
Binary11011010111101100000101100100111110101101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,94,96); }

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

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

 a { background-color: rgb(54,94,96); }

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

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

 span { border-color: rgb(54,94,96); }

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