Html Css Color HEX #326363 Oracle

📋 copy color: '#326363'

red 50 ◦ green 99 ◦ blue 99

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

Shades of Oracle #326363

Tints of Oracle #326363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.92%

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

R = 20.16%
G = 39.92%
B = 39.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#326363 (or 0x326363) is known color: Oracle. HEX triplet: 32, 63 and 63. RGB value is (50,99,99). Sum of RGB (Red+Green+Blue) = 50+99+99=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #326363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326363 is #CD9C9C. Grayscale: #545454. Windows color (decimal): -13474973 or 6513458. OLE color: 6513458.

HSL color Cylindrical-coordinate representation of color #326363: hue angle of 180º 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 #326363 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 99 -
CMYK 0.49 0 0 0.61
HSL 180º 0.33% 0.29% -
HSV(B) 180º 0.49% 0.39% -
XYZ 8.03 10.5 13.41 -
YUV 84.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 50 99 99 0.49 0 0 0.61 180 0.33 0.29
Hex 32 63 63 31 0 0 3D B4 21 1D
Octal 62 143 143 61 0 0 75 264 41 35
Binary 110010 1100011 1100011 110001 0 0 111101 10110100 100001 11101

Color Harmonies of #326363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326363

Black with #326363

Text Example


Text Example

White with #326363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326363; }

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

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

background-color css

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

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

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

border-color css

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

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

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