#1C3B50

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

Shades of Regal Blue #1C3B50

Tints of Regal Blue #1C3B50

Color information

#1C3B50 (or 0x1C3B50) is unknown color: approx Regal Blue. HEX triplet: 1C, 3B and 50. RGB value is (28,59,80). Sum of RGB (Red+Green+Blue) = 28+59+80=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3B50 is #E3C4AF. Grayscale: #343434. Windows color (decimal): -14927024 or 5258012. OLE color: 5258012.

HSL color Cylindrical-coordinate representation of color #1C3B50: hue angle of 204.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3B50 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB285980-
CMYK0.650.2600.69
HSL204.23º48.15%21.18%-
HSV(B)204.23º65%31.37%-
XYZ3.493.958.17-
YUV52.12143.73110.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=16.77%
G=35.33%
B=47.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2859800.650.2600.69204.2348.1521.18
Hex1C3B50411A045cc3015
Octal34731201013201053146025
Binary111001110111010000100000111010010001011100110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,80); }

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

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

 a { background-color: rgb(28,59,80); }

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

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

 span { border-color: rgb(28,59,80); }

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