#345658

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

Shades of Oracle #345658

Tints of Oracle #345658

Color information

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

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

Color convert

RGB528688-
CMYK0.410.0200.65
HSL183.33º25.71%27.45%-
HSV(B)183.33º40.91%34.51%-
XYZ6.518.0910.45-
YUV76.06134.74110.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5286880.410.0200.65183.3325.7127.45
Hex345658292041b71a1b
Octal6412613051201012673233
Binary110100101011010110001010011001000001101101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345658; }

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

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

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

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

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

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

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

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