#31624B

Color #31624B Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #31624B

Tints of Spectra #31624B

Color information

#31624B (or 0x31624B) is unknown color: approx Spectra. HEX triplet: 31, 62 and 4B. RGB value is (49,98,75). Sum of RGB (Red+Green+Blue) = 49+98+75=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #31624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31624B is #CE9DB4. Grayscale: #505050. Windows color (decimal): -13540789 or 4940337. OLE color: 4940337.

HSL color Cylindrical-coordinate representation of color #31624B: hue angle of 151.84º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #31624B is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB499875-
CMYK0.500.230.62
HSL151.84º33.33%28.82%-
HSV(B)151.84º50%38.43%-
XYZ6.99.98.2-
YUV80.73124.77105.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=22.07%
G=44.14%
B=33.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998750.500.230.62151.8433.3328.82
Hex31624B320173E98211d
Octal6114211362027762304135
Binary110001110001010010111100100101111111101001100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31624B; }

 p { color: rgb(49,98,75); }

 H1.HeaderClassName
 {
   color: #31624B;
 }
 .AnyTagClassName
 {
   color: #31624B;
 }
</style>
background-color css

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

 a { background-color: rgb(49,98,75); }

 div.DivClassName
 {
   background-color: #31624B;
 }
 .BgClassName
 {
   background-color: #31624B;
 }
</style>
border-color css

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

 span { border-color: rgb(49,98,75); }

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