#345B60

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

Shades of Oracle #345B60

Tints of Oracle #345B60

Color information

#345B60 (or 0x345B60) is unknown color: approx Oracle. HEX triplet: 34, 5B and 60. RGB value is (52,91,96). Sum of RGB (Red+Green+Blue) = 52+91+96=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #345B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B60 is #CBA49F. Grayscale: #4F4F4F. Windows color (decimal): -13345952 or 6314804. OLE color: 6314804.

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

Color convert

RGB529196-
CMYK0.460.0500.62
HSL186.82º29.73%29.02%-
HSV(B)186.82º45.83%37.65%-
XYZ7.279.0612.43-
YUV79.91137.08108.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=21.76%
G=38.08%
B=40.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5291960.460.0500.62186.8229.7329.02
Hex345B602E503Ebb1e1d
Octal641331405650762733635
Binary110100101101111000001011101010111110101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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