#34585B

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

Shades of Oracle #34585B

Tints of Oracle #34585B

Color information

#34585B (or 0x34585B) is unknown color: approx Oracle. HEX triplet: 34, 58 and 5B. RGB value is (52,88,91). Sum of RGB (Red+Green+Blue) = 52+88+91=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #34585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34585B is #CBA7A4. Grayscale: #4D4D4D. Windows color (decimal): -13346725 or 5986356. OLE color: 5986356.

HSL color Cylindrical-coordinate representation of color #34585B: hue angle of 184.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34585B is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528891-
CMYK0.430.0300.64
HSL184.62º27.27%28.04%-
HSV(B)184.62º42.86%35.69%-
XYZ6.798.4611.17-
YUV77.58135.57109.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=22.51%
G=38.10%
B=39.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5288910.430.0300.64184.6227.2728.04
Hex34585B2B3040b91b1c
Octal6413013353301002713334
Binary110100101100010110111010111101000000101110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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