#326566

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

Shades of Oracle #326566

Tints of Oracle #326566

Color information

#326566 (or 0x326566) is unknown color: approx Oracle. HEX triplet: 32, 65 and 66. RGB value is (50,101,102). Sum of RGB (Red+Green+Blue) = 50+101+102=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #326566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326566 is #CD9A99. Grayscale: #555555. Windows color (decimal): -13474458 or 6710578. OLE color: 6710578.

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

Color convert

RGB50101102-
CMYK0.510.0100.6
HSL181.15º34.21%29.8%-
HSV(B)181.15º50.98%40%-
XYZ8.3710.9414.24-
YUV85.86137.1102.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=19.76%
G=39.92%
B=40.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal501011020.510.0100.6181.1534.2129.8
Hex32656633103Cb5221e
Octal621451466310742654236
Binary11001011001011100110110011101111001011010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326566; }

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

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

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

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

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

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

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

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