#345E61

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

Shades of Oracle #345E61

Tints of Oracle #345E61

Color information

#345E61 (or 0x345E61) is unknown color: approx Oracle. HEX triplet: 34, 5E and 61. RGB value is (52,94,97). Sum of RGB (Red+Green+Blue) = 52+94+97=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #345E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E61 is #CBA19E. Grayscale: #515151. Windows color (decimal): -13345183 or 6381108. OLE color: 6381108.

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

Color convert

RGB529497-
CMYK0.460.0300.62
HSL184º30.2%29.22%-
HSV(B)184º46.39%38.04%-
XYZ7.589.612.76-
YUV81.78136.59106.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=21.40%
G=38.68%
B=39.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5294970.460.0300.6218430.229.22
Hex345E612E303Eb81e1d
Octal641361415630762703635
Binary11010010111101100001101110110111110101110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E61; }

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

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

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

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

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

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

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

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