#1C3D62

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

Shades of Regal Blue #1C3D62

Tints of Regal Blue #1C3D62

Color information

#1C3D62 (or 0x1C3D62) is unknown color: approx Regal Blue. HEX triplet: 1C, 3D and 62. RGB value is (28,61,98). Sum of RGB (Red+Green+Blue) = 28+61+98=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C3D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D62 is #E3C29D. Grayscale: #373737. Windows color (decimal): -14926494 or 6438172. OLE color: 6438172.

HSL color Cylindrical-coordinate representation of color #1C3D62: hue angle of 211.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C3D62 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB286198-
CMYK0.710.3800.62
HSL211.71º55.56%24.71%-
HSV(B)211.71º71.43%38.43%-
XYZ4.354.4712.19-
YUV55.35152.07108.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=14.97%
G=32.62%
B=52.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2861980.710.3800.62211.7155.5624.71
Hex1C3D62472603Ed43819
Octal3475142107460763247031
Binary111001111011100010100011110011001111101101010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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