Html Css Color HEX #325755 Oracle

📋 copy color: '#325755'

red 50 ◦ green 87 ◦ blue 85

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

Shades of Oracle #325755

Tints of Oracle #325755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.29%

R = 22.52%
G = 39.19%
B = 38.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#325755 (or 0x325755) is known color: Oracle. HEX triplet: 32, 57 and 55. RGB value is (50,87,85). Sum of RGB (Red+Green+Blue) = 50+87+85=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #325755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325755 is #CDA8AA. Grayscale: #4B4B4B. Windows color (decimal): -13478059 or 5592882. OLE color: 5592882.

HSL color Cylindrical-coordinate representation of color #325755: hue angle of 176.76º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325755 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 87 85 -
CMYK 0.43 0 0.02 0.66
HSL 176.76º 0.27% 0.27% -
HSV(B) 176.76º 0.43% 0.34% -
XYZ 6.36 8.15 9.83 -
YUV 75.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 50 87 85 0.43 0 0.02 0.66 176.76 0.27 0.27
Hex 32 57 55 2B 0 2 42 B1 1B 1B
Octal 62 127 125 53 0 2 102 261 33 33
Binary 110010 1010111 1010101 101011 0 10 1000010 10110001 11011 11011

Color Harmonies of #325755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325755

Black with #325755

Text Example


Text Example

White with #325755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325755; }

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

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

background-color css

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

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

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

border-color css

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

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

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