#346164

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

Shades of Oracle #346164

Tints of Oracle #346164

Color information

#346164 (or 0x346164) is unknown color: approx Oracle. HEX triplet: 34, 61 and 64. RGB value is (52,97,100). Sum of RGB (Red+Green+Blue) = 52+97+100=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #346164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346164 is #CB9E9B. Grayscale: #535353. Windows color (decimal): -13344412 or 6578484. OLE color: 6578484.

HSL color Cylindrical-coordinate representation of color #346164: hue angle of 183.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #346164 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5297100-
CMYK0.480.0300.61
HSL183.75º31.58%29.8%-
HSV(B)183.75º48%39.22%-
XYZ7.9910.213.6-
YUV83.89137.09105.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=20.88%
G=38.96%
B=40.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52971000.480.0300.61183.7531.5829.8
Hex34616430303Db8201e
Octal641411446030752704036
Binary110100110000111001001100001101111011011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346164; }

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

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

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

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

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

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

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

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