#325458

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

Shades of Oracle #325458

Tints of Oracle #325458

Color information

#325458 (or 0x325458) is unknown color: approx Oracle. HEX triplet: 32, 54 and 58. RGB value is (50,84,88). Sum of RGB (Red+Green+Blue) = 50+84+88=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #325458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325458 is #CDABA7. Grayscale: #4A4A4A. Windows color (decimal): -13478824 or 5788722. OLE color: 5788722.

HSL color Cylindrical-coordinate representation of color #325458: hue angle of 186.32º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325458 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB508488-
CMYK0.430.0500.65
HSL186.32º27.54%27.06%-
HSV(B)186.32º43.18%34.51%-
XYZ6.257.7210.39-
YUV74.29135.74110.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=22.52%
G=37.84%
B=39.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5084880.430.0500.65186.3227.5427.06
Hex3254582B5041ba1c1b
Octal6212413053501012723433
Binary1100101010100101100010101110101000001101110101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325458; }

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

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

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

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

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

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

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

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