#1C39AE

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

Shades of Persian Blue #1C39AE

Tints of Persian Blue #1C39AE

Color information

#1C39AE (or 0x1C39AE) is unknown color: approx Persian Blue. HEX triplet: 1C, 39 and AE. RGB value is (28,57,174). Sum of RGB (Red+Green+Blue) = 28+57+174=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C39AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C39AE is #E3C651. Grayscale: #3D3D3D. Windows color (decimal): -14927442 or 11417884. OLE color: 11417884.

HSL color Cylindrical-coordinate representation of color #1C39AE: hue angle of 228.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C39AE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2857174-
CMYK0.840.6700.32
HSL228.08º72.28%39.61%-
HSV(B)228.08º83.91%68.24%-
XYZ9.586.2340.74-
YUV61.67191.39103.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.81%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=10.81%
G=22.01%
B=67.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28571740.840.6700.32228.0872.2839.61
Hex1C39AE5443020e44828
Octal347125612410304034411050
Binary1110011100110101110101010010000110100000111001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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