#345759

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

Shades of Oracle #345759

Tints of Oracle #345759

Color information

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

HSL color Cylindrical-coordinate representation of color #345759: hue angle of 183.24º 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 #345759 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528789-
CMYK0.420.0200.65
HSL183.24º26.24%27.65%-
HSV(B)183.24º41.57%34.9%-
XYZ6.638.2710.7-
YUV76.76134.9110.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5287890.420.0200.65183.2426.2427.65
Hex3457592A2041b71a1c
Octal6412713152201012673234
Binary110100101011110110011010101001000001101101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345759; }

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

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

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

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

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

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

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

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