Html Css Color HEX #316361 Oracle

📋 copy color: '#316361'

red 49 ◦ green 99 ◦ blue 97

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

Shades of Oracle #316361

Tints of Oracle #316361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 20%
G = 40.41%
B = 39.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#316361 (or 0x316361) is known color: Oracle. HEX triplet: 31, 63 and 61. RGB value is (49,99,97). Sum of RGB (Red+Green+Blue) = 49+99+97=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #316361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316361 is #CE9C9E. Grayscale: #535353. Windows color (decimal): -13540511 or 6382385. OLE color: 6382385.

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

Color convert

RGB 49 99 97 -
CMYK 0.51 0 0.02 0.61
HSL 177.6º 0.34% 0.29% -
HSV(B) 177.6º 0.51% 0.39% -
XYZ 7.89 10.44 12.91 -
YUV 83.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 49 99 97 0.51 0 0.02 0.61 177.6 0.34 0.29
Hex 31 63 61 33 0 2 3D B2 22 1D
Octal 61 143 141 63 0 2 75 262 42 35
Binary 110001 1100011 1100001 110011 0 10 111101 10110010 100010 11101

Color Harmonies of #316361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316361

Black with #316361

Text Example


Text Example

White with #316361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316361; }

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

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

background-color css

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

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

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

border-color css

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

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

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