#1C3E54

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

Shades of Regal Blue #1C3E54

Tints of Regal Blue #1C3E54

Color information

#1C3E54 (or 0x1C3E54) is unknown color: approx Regal Blue. HEX triplet: 1C, 3E and 54. RGB value is (28,62,84). Sum of RGB (Red+Green+Blue) = 28+62+84=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C3E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3E54 is #E3C1AB. Grayscale: #363636. Windows color (decimal): -14926252 or 5520924. OLE color: 5520924.

HSL color Cylindrical-coordinate representation of color #1C3E54: hue angle of 203.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3E54 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB286284-
CMYK0.670.2600.67
HSL203.57º50%21.96%-
HSV(B)203.57º66.67%32.94%-
XYZ3.84.339.02-
YUV54.34144.74109.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.09%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=16.09%
G=35.63%
B=48.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2862840.670.2600.67203.575021.96
Hex1C3E54431A043cc3216
Octal34761241033201033146226
Binary111001111101010100100001111010010000111100110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,62,84); }

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

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

 a { background-color: rgb(28,62,84); }

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

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

 span { border-color: rgb(28,62,84); }

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