Html Css Color HEX #31615E Oracle

📋 copy color: '#31615E'

red 49 ◦ green 97 ◦ blue 94

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

Shades of Oracle #31615E

Tints of Oracle #31615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 20.42%
G = 40.42%
B = 39.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#31615E (or 0x31615E) is known color: Oracle. HEX triplet: 31, 61 and 5E. RGB value is (49,97,94). Sum of RGB (Red+Green+Blue) = 49+97+94=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #31615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31615E is #CE9EA1. Grayscale: #525252. Windows color (decimal): -13541026 or 6185265. OLE color: 6185265.

HSL color Cylindrical-coordinate representation of color #31615E: hue angle of 176.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31615E is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 94 -
CMYK 0.49 0 0.03 0.62
HSL 176.25º 0.33% 0.29% -
HSV(B) 176.25º 0.49% 0.38% -
XYZ 7.56 10.01 12.12 -
YUV 82.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 49 97 94 0.49 0 0.03 0.62 176.25 0.33 0.29
Hex 31 61 5E 31 0 3 3E B0 21 1D
Octal 61 141 136 61 0 3 76 260 41 35
Binary 110001 1100001 1011110 110001 0 11 111110 10110000 100001 11101

Color Harmonies of #31615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31615E

Black with #31615E

Text Example


Text Example

White with #31615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31615E; }

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

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

background-color css

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

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

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

border-color css

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

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

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