#1F3852

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

Shades of Regal Blue #1F3852

Tints of Regal Blue #1F3852

Color information

#1F3852 (or 0x1F3852) is unknown color: approx Regal Blue. HEX triplet: 1F, 38 and 52. RGB value is (31,56,82). Sum of RGB (Red+Green+Blue) = 31+56+82=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F3852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3852 is #E0C7AD. Grayscale: #333333. Windows color (decimal): -14731182 or 5388319. OLE color: 5388319.

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

Color convert

RGB315682-
CMYK0.620.3200.68
HSL210.59º45.13%22.16%-
HSV(B)210.59º62.2%32.16%-
XYZ3.53.738.52-
YUV51.49145.22113.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.34%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=18.34%
G=33.14%
B=48.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3156820.620.3200.68210.5945.1322.16
Hex1F38523E20044d32d16
Octal3770122764001043235526
Binary111111110001010010111110100000010001001101001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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