#34575C

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

Shades of Oracle #34575C

Tints of Oracle #34575C

Color information

#34575C (or 0x34575C) is unknown color: approx Oracle. HEX triplet: 34, 57 and 5C. RGB value is (52,87,92). Sum of RGB (Red+Green+Blue) = 52+87+92=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #34575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34575C is #CBA8A3. Grayscale: #4D4D4D. Windows color (decimal): -13346980 or 6051636. OLE color: 6051636.

HSL color Cylindrical-coordinate representation of color #34575C: hue angle of 187.5º degrees, saturation: 0.28, 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 #34575C is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528792-
CMYK0.430.0500.64
HSL187.5º27.78%28.24%-
HSV(B)187.5º43.48%36.08%-
XYZ6.768.3211.37-
YUV77.1136.4110.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=22.51%
G=37.66%
B=39.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5287920.430.0500.64187.527.7828.24
Hex34575C2B5040bc1c1c
Octal6412713453501002743434
Binary1101001010111101110010101110101000000101111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34575C; }

 p { color: rgb(52,87,92); }

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

<style>
 a { background-color: #34575C; }

 a { background-color: rgb(52,87,92); }

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

<style>
 span { border-color: #34575C; }

 span { border-color: rgb(52,87,92); }

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