#1F3E58

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

Shades of Regal Blue #1F3E58

Tints of Regal Blue #1F3E58

Color information

#1F3E58 (or 0x1F3E58) is unknown color: approx Regal Blue. HEX triplet: 1F, 3E and 58. RGB value is (31,62,88). Sum of RGB (Red+Green+Blue) = 31+62+88=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F3E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E58 is #E0C1A7. Grayscale: #373737. Windows color (decimal): -14729640 or 5783071. OLE color: 5783071.

HSL color Cylindrical-coordinate representation of color #1F3E58: hue angle of 207.37º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3E58 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB316288-
CMYK0.650.3000.65
HSL207.37º47.9%23.33%-
HSV(B)207.37º64.77%34.51%-
XYZ4.054.449.88-
YUV55.69146.23110.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.13%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=17.13%
G=34.25%
B=48.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3162880.650.3000.65207.3747.923.33
Hex1F3E58411E041cf3017
Octal37761301013601013176027
Binary111111111101011000100000111110010000011100111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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