#345959

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

Shades of Oracle #345959

Tints of Oracle #345959

Color information

#345959 (or 0x345959) is unknown color: approx Oracle. HEX triplet: 34, 59 and 59. RGB value is (52,89,89). Sum of RGB (Red+Green+Blue) = 52+89+89=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #345959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345959 is #CBA6A6. Grayscale: #4D4D4D. Windows color (decimal): -13346471 or 5855540. OLE color: 5855540.

HSL color Cylindrical-coordinate representation of color #345959: hue angle of 180º degrees, saturation: 0.26, 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 #345959 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528989-
CMYK0.42000.65
HSL180º26.24%27.65%-
HSV(B)180º41.57%34.9%-
XYZ6.798.610.75-
YUV77.94134.24109.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=22.61%
G=38.70%
B=38.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289890.42000.6518026.2427.65
Hex3459592A0041b41a1c
Octal6413113152001012643234
Binary11010010110011011001101010001000001101101001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345959; }

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

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

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

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

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

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

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

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