Html Css Color HEX #326065 Oracle

📋 copy color: '#326065'

red 50 ◦ green 96 ◦ blue 101

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

Shades of Oracle #326065

Tints of Oracle #326065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 20.24%
G = 38.87%
B = 40.89%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#326065 (or 0x326065) is known color: Oracle. HEX triplet: 32, 60 and 65. RGB value is (50,96,101). Sum of RGB (Red+Green+Blue) = 50+96+101=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #326065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326065 is #CD9F9A. Grayscale: #525252. Windows color (decimal): -13475739 or 6643762. OLE color: 6643762.

HSL color Cylindrical-coordinate representation of color #326065: hue angle of 185.88º 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 #326065 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 96 101 -
CMYK 0.50 0.05 0 0.60
HSL 185.88º 0.34% 0.3% -
HSV(B) 185.88º 0.5% 0.4% -
XYZ 7.85 9.98 13.83 -
YUV 82.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 50 96 101 0.50 0.05 0 0.60 185.88 0.34 0.3
Hex 32 60 65 32 5 0 3C BA 22 1E
Octal 62 140 145 62 5 0 74 272 42 36
Binary 110010 1100000 1100101 110010 101 0 111100 10111010 100010 11110

Color Harmonies of #326065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326065

Black with #326065

Text Example


Text Example

White with #326065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326065; }

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

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

background-color css

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

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

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

border-color css

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

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

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