Html Css Color HEX #325559 Oracle

📋 copy color: '#325559'

red 50 ◦ green 85 ◦ blue 89

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

Shades of Oracle #325559

Tints of Oracle #325559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

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

R = 22.32%
G = 37.95%
B = 39.73%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325559 (or 0x325559) is known color: Oracle. HEX triplet: 32, 55 and 59. RGB value is (50,85,89). Sum of RGB (Red+Green+Blue) = 50+85+89=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #325559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325559 is #CDAAA6. Grayscale: #4A4A4A. Windows color (decimal): -13478567 or 5854514. OLE color: 5854514.

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

Color convert

RGB 50 85 89 -
CMYK 0.44 0.04 0 0.65
HSL 186.15º 0.28% 0.27% -
HSV(B) 186.15º 0.44% 0.35% -
XYZ 6.37 7.9 10.64 -
YUV 74.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 50 85 89 0.44 0.04 0 0.65 186.15 0.28 0.27
Hex 32 55 59 2C 4 0 41 BA 1C 1B
Octal 62 125 131 54 4 0 101 272 34 33
Binary 110010 1010101 1011001 101100 100 0 1000001 10111010 11100 11011

Color Harmonies of #325559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325559

Black with #325559

Text Example


Text Example

White with #325559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325559; }

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

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

background-color css

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

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

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

border-color css

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

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

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