#1F3C52

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

Shades of Regal Blue #1F3C52

Tints of Regal Blue #1F3C52

Color information

#1F3C52 (or 0x1F3C52) is unknown color: approx Regal Blue. HEX triplet: 1F, 3C and 52. RGB value is (31,60,82). Sum of RGB (Red+Green+Blue) = 31+60+82=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F3C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C52 is #E0C3AD. Grayscale: #353535. Windows color (decimal): -14730158 or 5389343. OLE color: 5389343.

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

Color convert

RGB316082-
CMYK0.620.2700.68
HSL205.88º45.13%22.16%-
HSV(B)205.88º62.2%32.16%-
XYZ3.74.138.59-
YUV53.84143.89111.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.92%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=17.92%
G=34.68%
B=47.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3160820.620.2700.68205.8845.1322.16
Hex1F3C523E1B044ce2d16
Octal3774122763301043165526
Binary11111111100101001011111011011010001001100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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