Html Css Color HEX #316364 Oracle

📋 copy color: '#316364'

red 49 ◦ green 99 ◦ blue 100

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

Shades of Oracle #316364

Tints of Oracle #316364

RGB

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

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

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

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

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

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

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

Color convert

RGB 49 99 100 -
CMYK 0.51 0.01 0 0.61
HSL 181.18º 0.34% 0.29% -
HSV(B) 181.18º 0.51% 0.39% -
XYZ 8.03 10.5 13.66 -
YUV 84.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 49 99 100 0.51 0.01 0 0.61 181.18 0.34 0.29
Hex 31 63 64 33 1 0 3D B5 22 1D
Octal 61 143 144 63 1 0 75 265 42 35
Binary 110001 1100011 1100100 110011 1 0 111101 10110101 100010 11101

Color Harmonies of #316364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316364

Black with #316364

Text Example


Text Example

White with #316364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316364; }

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

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

background-color css

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

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

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

border-color css

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

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

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