#1f3c51

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

Shades of Regal Blue #1F3C51

Tints of Regal Blue #1F3C51

Color information

#1F3C51 (or 0x1F3C51) is unknown color: approx Regal Blue. HEX triplet: 1F, 3C and 51. RGB value is (31,60,81). Sum of RGB (Red+Green+Blue) = 31+60+81=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F3C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C51 is #E0C3AE. Grayscale: #353535. Windows color (decimal): -14730159 or 5323807. OLE color: 5323807.

HSL color Cylindrical-coordinate representation of color #1F3C51: hue angle of 205.2º 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 #1F3C51 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB316081-
CMYK0.620.2600.68
HSL205.2º44.64%21.96%-
HSV(B)205.2º61.73%31.76%-
XYZ3.674.128.39-
YUV53.72143.39111.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=18.02%
G=34.88%
B=47.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3160810.620.2600.68205.244.6421.96
Hex1F3C513E1A044cd2d16
Octal3774121763201043155526
Binary11111111100101000111111011010010001001100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f3c51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,60,81); }

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

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

 a { background-color: rgb(31,60,81); }

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

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

 span { border-color: rgb(31,60,81); }

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