#326461

Color #326461 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #326461

Tints of Oracle #326461

Color information

#326461 (or 0x326461) is unknown color: approx Oracle. HEX triplet: 32, 64 and 61. RGB value is (50,100,97). Sum of RGB (Red+Green+Blue) = 50+100+97=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #326461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326461 is #CD9B9E. Grayscale: #545454. Windows color (decimal): -13474719 or 6382642. OLE color: 6382642.

HSL color Cylindrical-coordinate representation of color #326461: hue angle of 176.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326461 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB5010097-
CMYK0.5000.030.61
HSL176.4º33.33%29.41%-
HSV(B)176.4º50%39.22%-
XYZ8.0310.6612.94-
YUV84.71134.94103.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=20.24%
G=40.49%
B=39.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100970.5000.030.61176.433.3329.41
Hex32646132033Db0211d
Octal621441416203752604135
Binary110010110010011000011100100111111011011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326461; }

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

 H1.HeaderClassName
 {
   color: #326461;
 }
 .AnyTagClassName
 {
   color: #326461;
 }
</style>
background-color css

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

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

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

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

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

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