Html Css Color HEX #325957 Oracle

📋 copy color: '#325957'

red 50 ◦ green 89 ◦ blue 87

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

Shades of Oracle #325957

Tints of Oracle #325957

RGB

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

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

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

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

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 50 89 87 -
CMYK 0.44 0 0.02 0.65
HSL 176.92º 0.28% 0.27% -
HSV(B) 176.92º 0.44% 0.35% -
XYZ 6.61 8.51 10.31 -
YUV 77.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 50 89 87 0.44 0 0.02 0.65 176.92 0.28 0.27
Hex 32 59 57 2C 0 2 41 B1 1C 1B
Octal 62 131 127 54 0 2 101 261 34 33
Binary 110010 1011001 1010111 101100 0 10 1000001 10110001 11100 11011

Color Harmonies of #325957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325957

Black with #325957

Text Example


Text Example

White with #325957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325957; }

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

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

background-color css

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

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

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

border-color css

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

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

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