#365456

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

Shades of Oracle #365456

Tints of Oracle #365456

Color information

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

HSL color Cylindrical-coordinate representation of color #365456: hue angle of 183.75º 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 #365456 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB548486-
CMYK0.370.0200.66
HSL183.75º22.86%27.45%-
HSV(B)183.75º37.21%33.73%-
XYZ6.377.89.97-
YUV75.26134.06112.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5484860.370.0200.66183.7522.8627.45
Hex365456252042b8171b
Octal6612412645201022702733
Binary110110101010010101101001011001000010101110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365456; }

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

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

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

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

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

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

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

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