#365D61

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

Shades of Oracle #365D61

Tints of Oracle #365D61

Color information

#365D61 (or 0x365D61) is unknown color: approx Oracle. HEX triplet: 36, 5D and 61. RGB value is (54,93,97). Sum of RGB (Red+Green+Blue) = 54+93+97=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #365D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D61 is #C9A29E. Grayscale: #515151. Windows color (decimal): -13214367 or 6380854. OLE color: 6380854.

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

Color convert

RGB549397-
CMYK0.440.0400.62
HSL185.58º28.48%29.61%-
HSV(B)185.58º44.33%38.04%-
XYZ7.599.4812.74-
YUV81.79136.58108.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=22.13%
G=38.11%
B=39.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5493970.440.0400.62185.5828.4829.61
Hex365D612C403Eba1c1e
Octal661351415440762723436
Binary110110101110111000011011001000111110101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,97); }

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

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

 a { background-color: rgb(54,93,97); }

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

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

 span { border-color: rgb(54,93,97); }

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