#345856

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

Shades of Oracle #345856

Tints of Oracle #345856

Color information

#345856 (or 0x345856) is unknown color: approx Oracle. HEX triplet: 34, 58 and 56. RGB value is (52,88,86). Sum of RGB (Red+Green+Blue) = 52+88+86=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #345856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345856 is #CBA7A9. Grayscale: #4C4C4C. Windows color (decimal): -13346730 or 5658676. OLE color: 5658676.

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

Color convert

RGB528886-
CMYK0.4100.020.65
HSL176.67º25.71%27.45%-
HSV(B)176.67º40.91%34.51%-
XYZ6.598.3810.07-
YUV77.01133.07110.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=23.01%
G=38.94%
B=38.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288860.4100.020.65176.6725.7127.45
Hex345856290241b11a1b
Octal6413012651021012613233
Binary110100101100010101101010010101000001101100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345856; }

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

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

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

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

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

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

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

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