#345957

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

Shades of Oracle #345957

Tints of Oracle #345957

Color information

#345957 (or 0x345957) is unknown color: approx Oracle. HEX triplet: 34, 59 and 57. RGB value is (52,89,87). Sum of RGB (Red+Green+Blue) = 52+89+87=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #345957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345957 is #CBA6A8. Grayscale: #4D4D4D. Windows color (decimal): -13346473 or 5724468. OLE color: 5724468.

HSL color Cylindrical-coordinate representation of color #345957: hue angle of 176.76º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345957 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB528987-
CMYK0.4200.020.65
HSL176.76º26.24%27.65%-
HSV(B)176.76º41.57%34.9%-
XYZ6.718.5610.32-
YUV77.71133.24109.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=22.81%
G=39.04%
B=38.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289870.4200.020.65176.7626.2427.65
Hex3459572A0241b11a1c
Octal6413112752021012613234
Binary110100101100110101111010100101000001101100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345957; }

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

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

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

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

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

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

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

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