#1C3551

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

Shades of Regal Blue #1C3551

Tints of Regal Blue #1C3551

Color information

#1C3551 (or 0x1C3551) is unknown color: approx Regal Blue. HEX triplet: 1C, 35 and 51. RGB value is (28,53,81). Sum of RGB (Red+Green+Blue) = 28+53+81=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3551 is #E3CAAE. Grayscale: #303030. Windows color (decimal): -14928559 or 5322012. OLE color: 5322012.

HSL color Cylindrical-coordinate representation of color #1C3551: hue angle of 211.7º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3551 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB285381-
CMYK0.650.3500.68
HSL211.7º48.62%21.37%-
HSV(B)211.7º65.43%31.76%-
XYZ3.243.398.27-
YUV48.72146.22113.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.28%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 81 (32.03% from 255) = 50%
R=17.28%
G=32.72%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2853810.650.3500.68211.748.6221.37
Hex1C35514123044d43115
Octal34651211014301043246125
Binary1110011010110100011000001100011010001001101010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,53,81); }

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

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

 a { background-color: rgb(28,53,81); }

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

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

 span { border-color: rgb(28,53,81); }

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