#346162

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

Shades of Oracle #346162

Tints of Oracle #346162

Color information

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

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

Color convert

RGB529798-
CMYK0.470.0100.62
HSL181.3º30.67%29.41%-
HSV(B)181.3º46.94%38.43%-
XYZ7.910.1613.1-
YUV83.66136.09105.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297980.470.0100.62181.330.6729.41
Hex3461622F103Eb51f1d
Octal641411425710762653735
Binary1101001100001110001010111110111110101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346162; }

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

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

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

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

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

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

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

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