#34595A

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

Shades of Oracle #34595A

Tints of Oracle #34595A

Color information

#34595A (or 0x34595A) is unknown color: approx Oracle. HEX triplet: 34, 59 and 5A. RGB value is (52,89,90). Sum of RGB (Red+Green+Blue) = 52+89+90=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #34595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34595A is #CBA6A5. Grayscale: #4E4E4E. Windows color (decimal): -13346470 or 5921076. OLE color: 5921076.

HSL color Cylindrical-coordinate representation of color #34595A: hue angle of 181.58º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34595A is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528990-
CMYK0.420.0100.65
HSL181.58º26.76%27.84%-
HSV(B)181.58º42.22%35.29%-
XYZ6.838.6110.98-
YUV78.05134.74109.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=22.51%
G=38.53%
B=38.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289900.420.0100.65181.5826.7627.84
Hex34595A2A1041b61b1c
Octal6413113252101012663334
Binary11010010110011011010101010101000001101101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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