#1F3850

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

Shades of Regal Blue #1F3850

Tints of Regal Blue #1F3850

Color information

#1F3850 (or 0x1F3850) is unknown color: approx Regal Blue. HEX triplet: 1F, 38 and 50. RGB value is (31,56,80). Sum of RGB (Red+Green+Blue) = 31+56+80=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3850 is #E0C7AF. Grayscale: #333333. Windows color (decimal): -14731184 or 5257247. OLE color: 5257247.

HSL color Cylindrical-coordinate representation of color #1F3850: hue angle of 209.39º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F3850 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB315680-
CMYK0.610.3000.69
HSL209.39º44.14%21.76%-
HSV(B)209.39º61.25%31.37%-
XYZ3.433.78.12-
YUV51.26144.22113.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=18.56%
G=33.53%
B=47.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3156800.610.3000.69209.3944.1421.76
Hex1F38503D1E045d12c16
Octal3770120753601053215426
Binary11111111000101000011110111110010001011101000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,80); }

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

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

 a { background-color: rgb(31,56,80); }

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

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

 span { border-color: rgb(31,56,80); }

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