Html Css Color HEX #31585C Oracle

📋 copy color: '#31585C'

red 49 ◦ green 88 ◦ blue 92

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

Shades of Oracle #31585C

Tints of Oracle #31585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.43%

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 21.4%
G = 38.43%
B = 40.17%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31585C (or 0x31585C) is known color: Oracle. HEX triplet: 31, 58 and 5C. RGB value is (49,88,92). Sum of RGB (Red+Green+Blue) = 49+88+92=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #31585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31585C is #CEA7A3. Grayscale: #4C4C4C. Windows color (decimal): -13543332 or 6051889. OLE color: 6051889.

HSL color Cylindrical-coordinate representation of color #31585C: hue angle of 185.58º degrees, saturation: 0.3, 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 #31585C is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 88 92 -
CMYK 0.47 0.04 0 0.64
HSL 185.58º 0.3% 0.28% -
HSV(B) 185.58º 0.47% 0.36% -
XYZ 6.69 8.41 11.4 -
YUV 76.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 49 88 92 0.47 0.04 0 0.64 185.58 0.3 0.28
Hex 31 58 5C 2F 4 0 40 BA 1E 1C
Octal 61 130 134 57 4 0 100 272 36 34
Binary 110001 1011000 1011100 101111 100 0 1000000 10111010 11110 11100

Color Harmonies of #31585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31585C

Black with #31585C

Text Example


Text Example

White with #31585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31585C; }

 p { color: rgb(49,88,92); }

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

background-color css

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

 a { background-color: rgb(49,88,92); }

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

border-color css

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

 span { border-color: rgb(49,88,92); }

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