Html Css Color HEX #316463 Oracle

📋 copy color: '#316463'

red 49 ◦ green 100 ◦ blue 99

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

Shades of Oracle #316463

Tints of Oracle #316463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

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

R = 19.76%
G = 40.32%
B = 39.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#316463 (or 0x316463) is known color: Oracle. HEX triplet: 31, 64 and 63. RGB value is (49,100,99). Sum of RGB (Red+Green+Blue) = 49+100+99=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #316463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316463 is #CE9B9C. Grayscale: #545454. Windows color (decimal): -13540253 or 6513713. OLE color: 6513713.

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

Color convert

RGB 49 100 99 -
CMYK 0.51 0 0.01 0.61
HSL 178.82º 0.34% 0.29% -
HSV(B) 178.82º 0.51% 0.39% -
XYZ 8.08 10.67 13.44 -
YUV 84.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 49 100 99 0.51 0 0.01 0.61 178.82 0.34 0.29
Hex 31 64 63 33 0 1 3D B3 22 1D
Octal 61 144 143 63 0 1 75 263 42 35
Binary 110001 1100100 1100011 110011 0 1 111101 10110011 100010 11101

Color Harmonies of #316463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316463

Black with #316463

Text Example


Text Example

White with #316463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316463; }

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

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

background-color css

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

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

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

border-color css

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

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

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