#1F3C58

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

Shades of Regal Blue #1F3C58

Tints of Regal Blue #1F3C58

Color information

#1F3C58 (or 0x1F3C58) is unknown color: approx Regal Blue. HEX triplet: 1F, 3C and 58. RGB value is (31,60,88). Sum of RGB (Red+Green+Blue) = 31+60+88=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F3C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C58 is #E0C3A7. Grayscale: #363636. Windows color (decimal): -14730152 or 5782559. OLE color: 5782559.

HSL color Cylindrical-coordinate representation of color #1F3C58: hue angle of 209.47º 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 #1F3C58 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB316088-
CMYK0.650.3200.65
HSL209.47º47.9%23.33%-
HSV(B)209.47º64.77%34.51%-
XYZ3.944.239.84-
YUV54.52146.89111.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.32%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=17.32%
G=33.52%
B=49.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3160880.650.3200.65209.4747.923.33
Hex1F3C584120041d13017
Octal37741301014001013216027
Binary1111111110010110001000001100000010000011101000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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