#365654

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

Shades of Oracle #365654

Tints of Oracle #365654

Color information

#365654 (or 0x365654) is unknown color: approx Oracle. HEX triplet: 36, 56 and 54. RGB value is (54,86,84). Sum of RGB (Red+Green+Blue) = 54+86+84=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #365654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365654 is #C9A9AB. Grayscale: #4C4C4C. Windows color (decimal): -13216172 or 5527094. OLE color: 5527094.

HSL color Cylindrical-coordinate representation of color #365654: hue angle of 176.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365654 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB548684-
CMYK0.3700.020.66
HSL176.25º22.86%27.45%-
HSV(B)176.25º37.21%33.73%-
XYZ6.458.089.61-
YUV76.2132.4112.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=24.11%
G=38.39%
B=37.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486840.3700.020.66176.2522.8627.45
Hex365654250242b0171b
Octal6612612445021022602733
Binary110110101011010101001001010101000010101100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365654; }

 p { color: rgb(54,86,84); }

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

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

 a { background-color: rgb(54,86,84); }

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

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

 span { border-color: rgb(54,86,84); }

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