Html Css Color HEX #316263 Oracle

📋 copy color: '#316263'

red 49 ◦ green 98 ◦ blue 99

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

Shades of Oracle #316263

Tints of Oracle #316263

RGB

 RED value IS 49 (19.53% from 255) = 19.92%

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 19.92%
G = 39.84%
B = 40.24%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#316263 (or 0x316263) is known color: Oracle. HEX triplet: 31, 62 and 63. RGB value is (49,98,99). Sum of RGB (Red+Green+Blue) = 49+98+99=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 98 (38.67% from 255 or 39.84% 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 #316263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316263 is #CE9D9C. Grayscale: #535353. Windows color (decimal): -13540765 or 6513201. OLE color: 6513201.

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

Color convert

RGB 49 98 99 -
CMYK 0.51 0.01 0 0.61
HSL 181.2º 0.34% 0.29% -
HSV(B) 181.2º 0.51% 0.39% -
XYZ 7.89 10.29 13.37 -
YUV 83.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 49 98 99 0.51 0.01 0 0.61 181.2 0.34 0.29
Hex 31 62 63 33 1 0 3D B5 22 1D
Octal 61 142 143 63 1 0 75 265 42 35
Binary 110001 1100010 1100011 110011 1 0 111101 10110101 100010 11101

Color Harmonies of #316263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316263

Black with #316263

Text Example


Text Example

White with #316263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316263; }

 p { color: rgb(49,98,99); }

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

background-color css

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

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

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

border-color css

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

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

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