Html Css Color HEX #315756 Oracle

📋 copy color: '#315756'

red 49 ◦ green 87 ◦ blue 86

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

Shades of Oracle #315756

Tints of Oracle #315756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 22.07%
G = 39.19%
B = 38.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#315756 (or 0x315756) is known color: Oracle. HEX triplet: 31, 57 and 56. RGB value is (49,87,86). Sum of RGB (Red+Green+Blue) = 49+87+86=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #315756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315756 is #CEA8A9. Grayscale: #4B4B4B. Windows color (decimal): -13543594 or 5658417. OLE color: 5658417.

HSL color Cylindrical-coordinate representation of color #315756: hue angle of 178.42º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315756 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 86 -
CMYK 0.44 0 0.01 0.66
HSL 178.42º 0.28% 0.27% -
HSV(B) 178.42º 0.44% 0.34% -
XYZ 6.35 8.14 10.04 -
YUV 75.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 49 87 86 0.44 0 0.01 0.66 178.42 0.28 0.27
Hex 31 57 56 2C 0 1 42 B2 1C 1B
Octal 61 127 126 54 0 1 102 262 34 33
Binary 110001 1010111 1010110 101100 0 1 1000010 10110010 11100 11011

Color Harmonies of #315756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315756

Black with #315756

Text Example


Text Example

White with #315756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315756; }

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

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

background-color css

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

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

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

border-color css

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

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

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