#365F61

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

Shades of Oracle #365F61

Tints of Oracle #365F61

Color information

#365F61 (or 0x365F61) is unknown color: approx Oracle. HEX triplet: 36, 5F and 61. RGB value is (54,95,97). Sum of RGB (Red+Green+Blue) = 54+95+97=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #365F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F61 is #C9A09E. Grayscale: #525252. Windows color (decimal): -13213855 or 6381366. OLE color: 6381366.

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

Color convert

RGB549597-
CMYK0.440.0200.62
HSL182.79º28.48%29.61%-
HSV(B)182.79º44.33%38.04%-
XYZ7.779.8312.8-
YUV82.97135.92107.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=21.95%
G=38.62%
B=39.43%

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
Decimal5495970.440.0200.62182.7928.4829.61
Hex365F612C203Eb71c1e
Octal661371415420762673436
Binary11011010111111100001101100100111110101101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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