Html Css Color HEX #315556 Oracle

📋 copy color: '#315556'

red 49 ◦ green 85 ◦ blue 86

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

Shades of Oracle #315556

Tints of Oracle #315556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

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

R = 22.27%
G = 38.64%
B = 39.09%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#315556 (or 0x315556) is known color: Oracle. HEX triplet: 31, 55 and 56. RGB value is (49,85,86). Sum of RGB (Red+Green+Blue) = 49+85+86=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #315556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315556 is #CEAAA9. Grayscale: #4A4A4A. Windows color (decimal): -13544106 or 5657905. OLE color: 5657905.

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

Color convert

RGB 49 85 86 -
CMYK 0.43 0.01 0 0.66
HSL 181.62º 0.27% 0.26% -
HSV(B) 181.62º 0.43% 0.34% -
XYZ 6.19 7.82 9.99 -
YUV 74.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 49 85 86 0.43 0.01 0 0.66 181.62 0.27 0.26
Hex 31 55 56 2B 1 0 42 B6 1B 1A
Octal 61 125 126 53 1 0 102 266 33 32
Binary 110001 1010101 1010110 101011 1 0 1000010 10110110 11011 11010

Color Harmonies of #315556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315556

Black with #315556

Text Example


Text Example

White with #315556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315556; }

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

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

background-color css

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

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

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

border-color css

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

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

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