#346160

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

Shades of Oracle #346160

Tints of Oracle #346160

Color information

#346160 (or 0x346160) is unknown color: approx Oracle. HEX triplet: 34, 61 and 60. RGB value is (52,97,96). Sum of RGB (Red+Green+Blue) = 52+97+96=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #346160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346160 is #CB9E9F. Grayscale: #535353. Windows color (decimal): -13344416 or 6316340. OLE color: 6316340.

HSL color Cylindrical-coordinate representation of color #346160: hue angle of 178.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346160 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB529796-
CMYK0.4600.010.62
HSL178.67º30.2%29.22%-
HSV(B)178.67º46.39%38.04%-
XYZ7.810.1212.61-
YUV83.43135.09105.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=21.22%
G=39.59%
B=39.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297960.4600.010.62178.6730.229.22
Hex3461602E013Eb31e1d
Octal641411405601762633635
Binary1101001100001110000010111001111110101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346160; }

 p { color: rgb(52,97,96); }

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

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

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

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

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

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

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