#1C3950

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

Shades of Regal Blue #1C3950

Tints of Regal Blue #1C3950

Color information

#1C3950 (or 0x1C3950) is unknown color: approx Regal Blue. HEX triplet: 1C, 39 and 50. RGB value is (28,57,80). Sum of RGB (Red+Green+Blue) = 28+57+80=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3950 is #E3C6AF. Grayscale: #323232. Windows color (decimal): -14927536 or 5257500. OLE color: 5257500.

HSL color Cylindrical-coordinate representation of color #1C3950: hue angle of 206.54º 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 #1C3950 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB285780-
CMYK0.650.2900.69
HSL206.54º48.15%21.18%-
HSV(B)206.54º65%31.37%-
XYZ3.393.758.14-
YUV50.95144.39111.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=16.97%
G=34.55%
B=48.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2857800.650.2900.69206.5448.1521.18
Hex1C3950411D045cf3015
Octal34711201013501053176025
Binary111001110011010000100000111101010001011100111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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