#1C3D54

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

Shades of Regal Blue #1C3D54

Tints of Regal Blue #1C3D54

Color information

#1C3D54 (or 0x1C3D54) is unknown color: approx Regal Blue. HEX triplet: 1C, 3D and 54. RGB value is (28,61,84). Sum of RGB (Red+Green+Blue) = 28+61+84=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C3D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D54 is #E3C2AB. Grayscale: #353535. Windows color (decimal): -14926508 or 5520668. OLE color: 5520668.

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

Color convert

RGB286184-
CMYK0.670.2700.67
HSL204.64º50%21.96%-
HSV(B)204.64º66.67%32.94%-
XYZ3.754.229.01-
YUV53.76145.07109.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=16.18%
G=35.26%
B=48.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2861840.670.2700.67204.645021.96
Hex1C3D54431B043cd3216
Octal34751241033301033156226
Binary111001111011010100100001111011010000111100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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