Html Css Color HEX #325656 Oracle

📋 copy color: '#325656'

red 50 ◦ green 86 ◦ blue 86

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

Shades of Oracle #325656

Tints of Oracle #325656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.74%

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 22.52%
G = 38.74%
B = 38.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#325656 (or 0x325656) is known color: Oracle. HEX triplet: 32, 56 and 56. RGB value is (50,86,86). Sum of RGB (Red+Green+Blue) = 50+86+86=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #325656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325656 is #CDA9A9. Grayscale: #4B4B4B. Windows color (decimal): -13478314 or 5658162. OLE color: 5658162.

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

Color convert

RGB 50 86 86 -
CMYK 0.42 0 0 0.66
HSL 180º 0.26% 0.27% -
HSV(B) 180º 0.42% 0.34% -
XYZ 6.32 8.01 10.02 -
YUV 75.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 50 86 86 0.42 0 0 0.66 180 0.26 0.27
Hex 32 56 56 2A 0 0 42 B4 1A 1B
Octal 62 126 126 52 0 0 102 264 32 33
Binary 110010 1010110 1010110 101010 0 0 1000010 10110100 11010 11011

Color Harmonies of #325656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325656

Black with #325656

Text Example


Text Example

White with #325656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325656; }

 p { color: rgb(50,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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