#345458

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

Shades of Oracle #345458

Tints of Oracle #345458

Color information

#345458 (or 0x345458) is unknown color: approx Oracle. HEX triplet: 34, 54 and 58. RGB value is (52,84,88). Sum of RGB (Red+Green+Blue) = 52+84+88=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #345458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345458 is #CBABA7. Grayscale: #4A4A4A. Windows color (decimal): -13347752 or 5788724. OLE color: 5788724.

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

Color convert

RGB528488-
CMYK0.410.0500.65
HSL186.67º25.71%27.45%-
HSV(B)186.67º40.91%34.51%-
XYZ6.357.7810.4-
YUV74.89135.4111.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=23.21%
G=37.5%
B=39.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5284880.410.0500.65186.6725.7127.45
Hex345458295041bb1a1b
Octal6412413051501012733233
Binary1101001010100101100010100110101000001101110111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345458; }

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

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

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

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

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

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

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

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