#345354

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

Shades of Oracle #345354

Tints of Oracle #345354

Color information

#345354 (or 0x345354) is unknown color: approx Oracle. HEX triplet: 34, 53 and 54. RGB value is (52,83,84). Sum of RGB (Red+Green+Blue) = 52+83+84=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #345354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345354 is #CBACAB. Grayscale: #494949. Windows color (decimal): -13348012 or 5526324. OLE color: 5526324.

HSL color Cylindrical-coordinate representation of color #345354: hue angle of 181.88º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345354 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB528384-
CMYK0.380.0100.67
HSL181.88º23.53%26.67%-
HSV(B)181.88º38.1%32.94%-
XYZ6.117.569.52-
YUV73.84133.73112.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=23.74%
G=37.90%
B=38.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283840.380.0100.67181.8823.5326.67
Hex345354261043b6181b
Octal6412312446101032663033
Binary11010010100111010100100110101000011101101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345354; }

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

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

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

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

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

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

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

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