#346261

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

Shades of Oracle #346261

Tints of Oracle #346261

Color information

#346261 (or 0x346261) is unknown color: approx Oracle. HEX triplet: 34, 62 and 61. RGB value is (52,98,97). Sum of RGB (Red+Green+Blue) = 52+98+97=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #346261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346261 is #CB9D9E. Grayscale: #545454. Windows color (decimal): -13344159 or 6382132. OLE color: 6382132.

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

Color convert

RGB529897-
CMYK0.4700.010.62
HSL178.7º30.67%29.41%-
HSV(B)178.7º46.94%38.43%-
XYZ7.9410.3312.88-
YUV84.13135.26105.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=21.05%
G=39.68%
B=39.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298970.4700.010.62178.730.6729.41
Hex3462612F013Eb31f1d
Octal641421415701762633735
Binary1101001100010110000110111101111110101100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346261; }

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

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

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

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

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

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

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

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