#345E60

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

Shades of Oracle #345E60

Tints of Oracle #345E60

Color information

#345E60 (or 0x345E60) is unknown color: approx Oracle. HEX triplet: 34, 5E and 60. RGB value is (52,94,96). Sum of RGB (Red+Green+Blue) = 52+94+96=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #345E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E60 is #CBA19F. Grayscale: #515151. Windows color (decimal): -13345184 or 6315572. OLE color: 6315572.

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

Color convert

RGB529496-
CMYK0.460.0200.62
HSL182.73º29.73%29.02%-
HSV(B)182.73º45.83%37.65%-
XYZ7.539.5812.52-
YUV81.67136.09106.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=21.49%
G=38.84%
B=39.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5294960.460.0200.62182.7329.7329.02
Hex345E602E203Eb71e1d
Octal641361405620762673635
Binary11010010111101100000101110100111110101101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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