Html Css Color HEX #325459 Oracle

📋 copy color: '#325459'

red 50 ◦ green 84 ◦ blue 89

#325459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #325459

Tints of Oracle #325459

RGB

 RED value IS 50 (19.92% from 255) = 22.42%

 GREEN value IS 84 (33.2% from 255) = 37.67%

 BLUE value IS 89 (35.16% from 255) = 39.91%

R = 22.42%
G = 37.67%
B = 39.91%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325459 (or 0x325459) is known color: Oracle. HEX triplet: 32, 54 and 59. RGB value is (50,84,89). Sum of RGB (Red+Green+Blue) = 50+84+89=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #325459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325459 is #CDABA6. Grayscale: #4A4A4A. Windows color (decimal): -13478823 or 5854258. OLE color: 5854258.

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

Color convert

RGB 50 84 89 -
CMYK 0.44 0.06 0 0.65
HSL 187.69º 0.28% 0.27% -
HSV(B) 187.69º 0.44% 0.35% -
XYZ 6.29 7.74 10.61 -
YUV 74.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 50 84 89 0.44 0.06 0 0.65 187.69 0.28 0.27
Hex 32 54 59 2C 6 0 41 BC 1C 1B
Octal 62 124 131 54 6 0 101 274 34 33
Binary 110010 1010100 1011001 101100 110 0 1000001 10111100 11100 11011

Color Harmonies of #325459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325459

Black with #325459

Text Example


Text Example

White with #325459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325459; }

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

 H1.HeaderClassName
 {
   color: #325459;
 }
 .AnyTagClassName
 {
   color: #325459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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