Html Css Color HEX #325759 Oracle

📋 copy color: '#325759'

red 50 ◦ green 87 ◦ blue 89

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

Shades of Oracle #325759

Tints of Oracle #325759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

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

R = 22.12%
G = 38.5%
B = 39.38%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325759 (or 0x325759) is known color: Oracle. HEX triplet: 32, 57 and 59. RGB value is (50,87,89). Sum of RGB (Red+Green+Blue) = 50+87+89=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #325759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325759 is #CDA8A6. Grayscale: #4C4C4C. Windows color (decimal): -13478055 or 5855026. OLE color: 5855026.

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

Color convert

RGB 50 87 89 -
CMYK 0.44 0.02 0 0.65
HSL 183.08º 0.28% 0.27% -
HSV(B) 183.08º 0.44% 0.35% -
XYZ 6.53 8.22 10.69 -
YUV 76.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 50 87 89 0.44 0.02 0 0.65 183.08 0.28 0.27
Hex 32 57 59 2C 2 0 41 B7 1C 1B
Octal 62 127 131 54 2 0 101 267 34 33
Binary 110010 1010111 1011001 101100 10 0 1000001 10110111 11100 11011

Color Harmonies of #325759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325759

Black with #325759

Text Example


Text Example

White with #325759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325759; }

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

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

background-color css

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

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

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

border-color css

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

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

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