#365B5E

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

Shades of Oracle #365B5E

Tints of Oracle #365B5E

Color information

#365B5E (or 0x365B5E) is unknown color: approx Oracle. HEX triplet: 36, 5B and 5E. RGB value is (54,91,94). Sum of RGB (Red+Green+Blue) = 54+91+94=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #365B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B5E is #C9A4A1. Grayscale: #505050. Windows color (decimal): -13214882 or 6183734. OLE color: 6183734.

HSL color Cylindrical-coordinate representation of color #365B5E: hue angle of 184.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365B5E is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB549194-
CMYK0.430.0300.63
HSL184.5º27.03%29.02%-
HSV(B)184.5º42.55%36.86%-
XYZ7.289.0711.96-
YUV80.28135.74109.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=22.59%
G=38.08%
B=39.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5491940.430.0300.63184.527.0329.02
Hex365B5E2B303Fb81b1d
Octal661331365330772703335
Binary11011010110111011110101011110111111101110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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