#34605B

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

Shades of Oracle #34605B

Tints of Oracle #34605B

Color information

#34605B (or 0x34605B) is unknown color: approx Oracle. HEX triplet: 34, 60 and 5B. RGB value is (52,96,91). Sum of RGB (Red+Green+Blue) = 52+96+91=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #34605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34605B is #CB9FA4. Grayscale: #525252. Windows color (decimal): -13344677 or 5988404. OLE color: 5988404.

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

Color convert

RGB529691-
CMYK0.4600.050.62
HSL173.18º29.73%29.02%-
HSV(B)173.18º45.83%37.65%-
XYZ7.499.8511.4-
YUV82.27132.92106.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296910.4600.050.62173.1829.7329.02
Hex34605B2E053Ead1e1d
Octal641401335605762553635
Binary110100110000010110111011100101111110101011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34605B; }

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

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

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

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

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

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

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

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