#34595E

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

Shades of Oracle #34595E

Tints of Oracle #34595E

Color information

#34595E (or 0x34595E) is unknown color: approx Oracle. HEX triplet: 34, 59 and 5E. RGB value is (52,89,94). Sum of RGB (Red+Green+Blue) = 52+89+94=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #34595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34595E is #CBA6A1. Grayscale: #4E4E4E. Windows color (decimal): -13346466 or 6183220. OLE color: 6183220.

HSL color Cylindrical-coordinate representation of color #34595E: hue angle of 187.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34595E is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB528994-
CMYK0.450.0500.63
HSL187.14º28.77%28.63%-
HSV(B)187.14º44.68%36.86%-
XYZ7.018.6811.9-
YUV78.51136.74109.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 94 (37.11% from 255) = 40%
R=22.13%
G=37.87%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5289940.450.0500.63187.1428.7728.63
Hex34595E2D503Fbb1d1d
Octal641311365550772733535
Binary110100101100110111101011011010111111101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34595E; }

 p { color: rgb(52,89,94); }

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

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

 a { background-color: rgb(52,89,94); }

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

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

 span { border-color: rgb(52,89,94); }

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