Html Css Color HEX #316360 Oracle

📋 copy color: '#316360'

red 49 ◦ green 99 ◦ blue 96

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

Shades of Oracle #316360

Tints of Oracle #316360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 20.08%
G = 40.57%
B = 39.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#316360 (or 0x316360) is known color: Oracle. HEX triplet: 31, 63 and 60. RGB value is (49,99,96). Sum of RGB (Red+Green+Blue) = 49+99+96=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #316360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316360 is #CE9C9F. Grayscale: #535353. Windows color (decimal): -13540512 or 6316849. OLE color: 6316849.

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

Color convert

RGB 49 99 96 -
CMYK 0.51 0 0.03 0.61
HSL 176.4º 0.34% 0.29% -
HSV(B) 176.4º 0.51% 0.39% -
XYZ 7.84 10.42 12.66 -
YUV 83.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 49 99 96 0.51 0 0.03 0.61 176.4 0.34 0.29
Hex 31 63 60 33 0 3 3D B0 22 1D
Octal 61 143 140 63 0 3 75 260 42 35
Binary 110001 1100011 1100000 110011 0 11 111101 10110000 100010 11101

Color Harmonies of #316360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316360

Black with #316360

Text Example


Text Example

White with #316360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316360; }

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

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

background-color css

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

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

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

border-color css

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

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

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