#346161

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

Shades of Oracle #346161

Tints of Oracle #346161

Color information

#346161 (or 0x346161) is unknown color: approx Oracle. HEX triplet: 34, 61 and 61. RGB value is (52,97,97). Sum of RGB (Red+Green+Blue) = 52+97+97=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #346161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346161 is #CB9E9E. Grayscale: #535353. Windows color (decimal): -13344415 or 6381876. OLE color: 6381876.

HSL color Cylindrical-coordinate representation of color #346161: hue angle of 180º 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 #346161 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB529797-
CMYK0.46000.62
HSL180º30.2%29.22%-
HSV(B)180º46.39%38.04%-
XYZ7.8510.1412.85-
YUV83.54135.59105.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=21.14%
G=39.43%
B=39.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297970.46000.6218030.229.22
Hex3461612E003Eb41e1d
Octal641411415600762643635
Binary1101001100001110000110111000111110101101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346161; }

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

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

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

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

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

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

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

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