#1F3E52

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

Shades of Nile Blue #1F3E52

Tints of Nile Blue #1F3E52

Color information

#1F3E52 (or 0x1F3E52) is unknown color: approx Nile Blue. HEX triplet: 1F, 3E and 52. RGB value is (31,62,82). Sum of RGB (Red+Green+Blue) = 31+62+82=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F3E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E52 is #E0C1AD. Grayscale: #363636. Windows color (decimal): -14729646 or 5389855. OLE color: 5389855.

HSL color Cylindrical-coordinate representation of color #1F3E52: hue angle of 203.53º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3E52 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB316282-
CMYK0.620.2400.68
HSL203.53º45.13%22.16%-
HSV(B)203.53º62.2%32.16%-
XYZ3.814.358.62-
YUV55.01143.23110.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=17.71%
G=35.43%
B=46.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3162820.620.2400.68203.5345.1322.16
Hex1F3E523E18044cc2d16
Octal3776122763001043145526
Binary11111111110101001011111011000010001001100110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,82); }

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

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

 a { background-color: rgb(31,62,82); }

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

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

 span { border-color: rgb(31,62,82); }

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