#1C3952

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

Shades of Regal Blue #1C3952

Tints of Regal Blue #1C3952

Color information

#1C3952 (or 0x1C3952) is unknown color: approx Regal Blue. HEX triplet: 1C, 39 and 52. RGB value is (28,57,82). Sum of RGB (Red+Green+Blue) = 28+57+82=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C3952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3952 is #E3C6AD. Grayscale: #333333. Windows color (decimal): -14927534 or 5388572. OLE color: 5388572.

HSL color Cylindrical-coordinate representation of color #1C3952: hue angle of 207.78º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C3952 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB285782-
CMYK0.660.3000.68
HSL207.78º49.09%21.57%-
HSV(B)207.78º65.85%32.16%-
XYZ3.473.788.53-
YUV51.18145.39111.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=16.77%
G=34.13%
B=49.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2857820.660.3000.68207.7849.0921.57
Hex1C3952421E044d03116
Octal34711221023601043206126
Binary111001110011010010100001011110010001001101000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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