#1C3EAD

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

Shades of Persian Blue #1C3EAD

Tints of Persian Blue #1C3EAD

Color information

#1C3EAD (or 0x1C3EAD) is unknown color: approx Persian Blue. HEX triplet: 1C, 3E and AD. RGB value is (28,62,173). Sum of RGB (Red+Green+Blue) = 28+62+173=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C3EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3EAD is #E3C152. Grayscale: #404040. Windows color (decimal): -14926163 or 11353628. OLE color: 11353628.

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

Color convert

RGB2862173-
CMYK0.840.6400.32
HSL225.93º72.14%39.41%-
HSV(B)225.93º83.82%67.84%-
XYZ9.746.7140.32-
YUV64.49189.24101.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 173 (67.97% from 255) = 65.78%
R=10.65%
G=23.57%
B=65.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28621730.840.6400.32225.9372.1439.41
Hex1C3EAD5440020e24827
Octal347625512410004034211047
Binary1110011111010101101101010010000000100000111000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,62,173); }

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

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

 a { background-color: rgb(28,62,173); }

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

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

 span { border-color: rgb(28,62,173); }

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