#346061

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

Shades of Oracle #346061

Tints of Oracle #346061

Color information

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

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

Color convert

RGB529697-
CMYK0.460.0100.62
HSL181.33º30.2%29.22%-
HSV(B)181.33º46.39%38.04%-
XYZ7.769.9612.82-
YUV82.96135.92105.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296970.460.0100.62181.3330.229.22
Hex3460612E103Eb51e1d
Octal641401415610762653635
Binary1101001100000110000110111010111110101101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346061; }

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

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

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

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

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

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

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

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