#346062

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

Shades of Oracle #346062

Tints of Oracle #346062

Color information

#346062 (or 0x346062) is unknown color: approx Oracle. HEX triplet: 34, 60 and 62. RGB value is (52,96,98). Sum of RGB (Red+Green+Blue) = 52+96+98=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #346062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346062 is #CB9F9D. Grayscale: #535353. Windows color (decimal): -13344670 or 6447156. OLE color: 6447156.

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

Color convert

RGB529698-
CMYK0.470.0200.62
HSL182.61º30.67%29.41%-
HSV(B)182.61º46.94%38.43%-
XYZ7.89.9813.07-
YUV83.07136.42105.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=21.14%
G=39.02%
B=39.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296980.470.0200.62182.6130.6729.41
Hex3460622F203Eb71f1d
Octal641401425720762673735
Binary11010011000001100010101111100111110101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346062; }

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

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

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

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

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

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

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

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