#365E61

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

Shades of Oracle #365E61

Tints of Oracle #365E61

Color information

#365E61 (or 0x365E61) is unknown color: approx Oracle. HEX triplet: 36, 5E and 61. RGB value is (54,94,97). Sum of RGB (Red+Green+Blue) = 54+94+97=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #365E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E61 is #C9A19E. Grayscale: #525252. Windows color (decimal): -13214111 or 6381110. OLE color: 6381110.

HSL color Cylindrical-coordinate representation of color #365E61: hue angle of 184.19º 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 #365E61 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB549497-
CMYK0.440.0300.62
HSL184.19º28.48%29.61%-
HSV(B)184.19º44.33%38.04%-
XYZ7.689.6512.77-
YUV82.38136.25107.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=22.04%
G=38.37%
B=39.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5494970.440.0300.62184.1928.4829.61
Hex365E612C303Eb81c1e
Octal661361415430762703436
Binary11011010111101100001101100110111110101110001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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