#326062

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

Shades of Oracle #326062

Tints of Oracle #326062

Color information

#326062 (or 0x326062) is unknown color: approx Oracle. HEX triplet: 32, 60 and 62. RGB value is (50,96,98). Sum of RGB (Red+Green+Blue) = 50+96+98=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #326062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326062 is #CD9F9D. Grayscale: #525252. Windows color (decimal): -13475742 or 6447154. OLE color: 6447154.

HSL color Cylindrical-coordinate representation of color #326062: hue angle of 182.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326062 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB509698-
CMYK0.490.0200.62
HSL182.5º32.43%29.02%-
HSV(B)182.5º48.98%38.43%-
XYZ7.79.9313.07-
YUV82.47136.76104.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=20.49%
G=39.34%
B=40.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096980.490.0200.62182.532.4329.02
Hex32606231203Eb6201d
Octal621401426120762664035
Binary110010110000011000101100011001111101011011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326062; }

 p { color: rgb(50,96,98); }

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

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

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

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

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

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

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