Html Css Color HEX #31575D Oracle

📋 copy color: '#31575D'

red 49 ◦ green 87 ◦ blue 93

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

Shades of Oracle #31575D

Tints of Oracle #31575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 21.4%
G = 37.99%
B = 40.61%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31575D (or 0x31575D) is known color: Oracle. HEX triplet: 31, 57 and 5D. RGB value is (49,87,93). Sum of RGB (Red+Green+Blue) = 49+87+93=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #31575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31575D is #CEA8A2. Grayscale: #4C4C4C. Windows color (decimal): -13543587 or 6117169. OLE color: 6117169.

HSL color Cylindrical-coordinate representation of color #31575D: hue angle of 188.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31575D is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 87 93 -
CMYK 0.47 0.06 0 0.64
HSL 188.18º 0.31% 0.28% -
HSV(B) 188.18º 0.47% 0.36% -
XYZ 6.65 8.26 11.6 -
YUV 76.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 49 87 93 0.47 0.06 0 0.64 188.18 0.31 0.28
Hex 31 57 5D 2F 6 0 40 BC 1F 1C
Octal 61 127 135 57 6 0 100 274 37 34
Binary 110001 1010111 1011101 101111 110 0 1000000 10111100 11111 11100

Color Harmonies of #31575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31575D

Black with #31575D

Text Example


Text Example

White with #31575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31575D; }

 p { color: rgb(49,87,93); }

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

background-color css

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

 a { background-color: rgb(49,87,93); }

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

border-color css

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

 span { border-color: rgb(49,87,93); }

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