#34595C

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

Shades of Oracle #34595C

Tints of Oracle #34595C

Color information

#34595C (or 0x34595C) is unknown color: approx Oracle. HEX triplet: 34, 59 and 5C. RGB value is (52,89,92). Sum of RGB (Red+Green+Blue) = 52+89+92=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #34595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34595C is #CBA6A3. Grayscale: #4E4E4E. Windows color (decimal): -13346468 or 6052148. OLE color: 6052148.

HSL color Cylindrical-coordinate representation of color #34595C: hue angle of 184.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34595C is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528992-
CMYK0.430.0300.64
HSL184.5º27.78%28.24%-
HSV(B)184.5º43.48%36.08%-
XYZ6.928.6511.43-
YUV78.28135.74109.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=22.32%
G=38.20%
B=39.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5289920.430.0300.64184.527.7828.24
Hex34595C2B3040b81c1c
Octal6413113453301002703434
Binary110100101100110111001010111101000000101110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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