Html Css Color HEX #326163 Oracle

📋 copy color: '#326163'

red 50 ◦ green 97 ◦ blue 99

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

Shades of Oracle #326163

Tints of Oracle #326163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 20.33%
G = 39.43%
B = 40.24%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#326163 (or 0x326163) is known color: Oracle. HEX triplet: 32, 61 and 63. RGB value is (50,97,99). Sum of RGB (Red+Green+Blue) = 50+97+99=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #326163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326163 is #CD9E9C. Grayscale: #535353. Windows color (decimal): -13475485 or 6512946. OLE color: 6512946.

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

Color convert

RGB 50 97 99 -
CMYK 0.49 0.02 0 0.61
HSL 182.45º 0.33% 0.29% -
HSV(B) 182.45º 0.49% 0.39% -
XYZ 7.84 10.13 13.35 -
YUV 83.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 50 97 99 0.49 0.02 0 0.61 182.45 0.33 0.29
Hex 32 61 63 31 2 0 3D B6 21 1D
Octal 62 141 143 61 2 0 75 266 41 35
Binary 110010 1100001 1100011 110001 10 0 111101 10110110 100001 11101

Color Harmonies of #326163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326163

Black with #326163

Text Example


Text Example

White with #326163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326163; }

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

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

background-color css

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

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

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

border-color css

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

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

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