Html Css Color HEX #326564 Oracle

📋 copy color: '#326564'

red 50 ◦ green 101 ◦ blue 100

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

Shades of Oracle #326564

Tints of Oracle #326564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

 BLUE value IS 100 (39.45% from 255) = 39.84%

R = 19.92%
G = 40.24%
B = 39.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#326564 (or 0x326564) is known color: Oracle. HEX triplet: 32, 65 and 64. RGB value is (50,101,100). Sum of RGB (Red+Green+Blue) = 50+101+100=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #326564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326564 is #CD9A9B. Grayscale: #555555. Windows color (decimal): -13474460 or 6579506. OLE color: 6579506.

HSL color Cylindrical-coordinate representation of color #326564: hue angle of 178.82º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326564 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 101 100 -
CMYK 0.50 0 0.01 0.60
HSL 178.82º 0.34% 0.3% -
HSV(B) 178.82º 0.5% 0.4% -
XYZ 8.27 10.91 13.73 -
YUV 85.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 50 101 100 0.50 0 0.01 0.60 178.82 0.34 0.3
Hex 32 65 64 32 0 1 3C B3 22 1E
Octal 62 145 144 62 0 1 74 263 42 36
Binary 110010 1100101 1100100 110010 0 1 111100 10110011 100010 11110

Color Harmonies of #326564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326564

Black with #326564

Text Example


Text Example

White with #326564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326564; }

 p { color: rgb(50,101,100); }

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

background-color css

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

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

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

border-color css

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

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

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