#356064

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

Shades of Oracle #356064

Tints of Oracle #356064

Color information

#356064 (or 0x356064) is unknown color: approx Oracle. HEX triplet: 35, 60 and 64. RGB value is (53,96,100). Sum of RGB (Red+Green+Blue) = 53+96+100=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #356064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356064 is #CA9F9B. Grayscale: #535353. Windows color (decimal): -13279132 or 6578229. OLE color: 6578229.

HSL color Cylindrical-coordinate representation of color #356064: hue angle of 185.11º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #356064 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5396100-
CMYK0.470.0400.61
HSL185.11º30.72%30%-
HSV(B)185.11º47%39.22%-
XYZ7.9510.0413.58-
YUV83.6137.25106.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=21.29%
G=38.55%
B=40.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53961000.470.0400.61185.1130.7230
Hex3560642F403Db91f1e
Octal651401445740752713736
Binary110101110000011001001011111000111101101110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356064; }

 p { color: rgb(53,96,100); }

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

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

 a { background-color: rgb(53,96,100); }

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

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

 span { border-color: rgb(53,96,100); }

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