Html Css Color HEX #31565A Oracle

📋 copy color: '#31565A'

red 49 ◦ green 86 ◦ blue 90

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

Shades of Oracle #31565A

Tints of Oracle #31565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 90 (35.55% from 255) = 40%

R = 21.78%
G = 38.22%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31565A (or 0x31565A) is known color: Oracle. HEX triplet: 31, 56 and 5A. RGB value is (49,86,90). Sum of RGB (Red+Green+Blue) = 49+86+90=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #31565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31565A is #CEA9A5. Grayscale: #4B4B4B. Windows color (decimal): -13543846 or 5920305. OLE color: 5920305.

HSL color Cylindrical-coordinate representation of color #31565A: hue angle of 185.85º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31565A is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 86 90 -
CMYK 0.46 0.04 0 0.65
HSL 185.85º 0.29% 0.27% -
HSV(B) 185.85º 0.46% 0.35% -
XYZ 6.44 8.05 10.89 -
YUV 75.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 49 86 90 0.46 0.04 0 0.65 185.85 0.29 0.27
Hex 31 56 5A 2E 4 0 41 BA 1D 1B
Octal 61 126 132 56 4 0 101 272 35 33
Binary 110001 1010110 1011010 101110 100 0 1000001 10111010 11101 11011

Color Harmonies of #31565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31565A

Black with #31565A

Text Example


Text Example

White with #31565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31565A; }

 p { color: rgb(49,86,90); }

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

background-color css

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

 a { background-color: rgb(49,86,90); }

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

border-color css

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

 span { border-color: rgb(49,86,90); }

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