Html Css Color HEX #316362 Oracle

📋 copy color: '#316362'

red 49 ◦ green 99 ◦ blue 98

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

Shades of Oracle #316362

Tints of Oracle #316362

RGB

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

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

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

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

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

#316362 (or 0x316362) is known color: Oracle. HEX triplet: 31, 63 and 62. RGB value is (49,99,98). Sum of RGB (Red+Green+Blue) = 49+99+98=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #316362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316362 is #CE9C9D. Grayscale: #535353. Windows color (decimal): -13540510 or 6447921. OLE color: 6447921.

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

Color convert

RGB 49 99 98 -
CMYK 0.51 0 0.01 0.61
HSL 178.8º 0.34% 0.29% -
HSV(B) 178.8º 0.51% 0.39% -
XYZ 7.93 10.46 13.16 -
YUV 83.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 49 99 98 0.51 0 0.01 0.61 178.8 0.34 0.29
Hex 31 63 62 33 0 1 3D B3 22 1D
Octal 61 143 142 63 0 1 75 263 42 35
Binary 110001 1100011 1100010 110011 0 1 111101 10110011 100010 11101

Color Harmonies of #316362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316362

Black with #316362

Text Example


Text Example

White with #316362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316362; }

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

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

background-color css

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

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

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

border-color css

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

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

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