#345654

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

Shades of Oracle #345654

Tints of Oracle #345654

Color information

#345654 (or 0x345654) is unknown color: approx Oracle. HEX triplet: 34, 56 and 54. RGB value is (52,86,84). Sum of RGB (Red+Green+Blue) = 52+86+84=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #345654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345654 is #CBA9AB. Grayscale: #4B4B4B. Windows color (decimal): -13347244 or 5527092. OLE color: 5527092.

HSL color Cylindrical-coordinate representation of color #345654: hue angle of 176.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345654 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB528684-
CMYK0.4000.020.66
HSL176.47º24.64%27.06%-
HSV(B)176.47º39.53%33.73%-
XYZ6.348.039.6-
YUV75.61132.74111.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=23.42%
G=38.74%
B=37.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286840.4000.020.66176.4724.6427.06
Hex345654280242b0191b
Octal6412612450021022603133
Binary110100101011010101001010000101000010101100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345654; }

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

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

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

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

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

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

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

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