#1F625E

Color #1F625E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1F625E

Tints of Blue Stone #1F625E

Color information

#1F625E (or 0x1F625E) is unknown color: approx Blue Stone. HEX triplet: 1F, 62 and 5E. RGB value is (31,98,94). Sum of RGB (Red+Green+Blue) = 31+98+94=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #1F625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F625E is #E09DA1. Grayscale: #4D4D4D. Windows color (decimal): -14720418 or 6185503. OLE color: 6185503.

HSL color Cylindrical-coordinate representation of color #1F625E: hue angle of 176.42º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F625E is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB319894-
CMYK0.6800.040.62
HSL176.42º51.94%25.29%-
HSV(B)176.42º68.37%38.43%-
XYZ6.959.8312.12-
YUV77.51137.394.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=13.90%
G=43.95%
B=42.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3198940.6800.040.62176.4251.9425.29
Hex1F625E44043Eb03419
Octal3714213610404762606431
Binary1111111000101011110100010001001111101011000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F625E; }

 p { color: rgb(31,98,94); }

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

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

 a { background-color: rgb(31,98,94); }

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

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

 span { border-color: rgb(31,98,94); }

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