#1C3DAD

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

Shades of Persian Blue #1C3DAD

Tints of Persian Blue #1C3DAD

Color information

#1C3DAD (or 0x1C3DAD) is unknown color: approx Persian Blue. HEX triplet: 1C, 3D and AD. RGB value is (28,61,173). Sum of RGB (Red+Green+Blue) = 28+61+173=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C3DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3DAD is #E3C252. Grayscale: #3F3F3F. Windows color (decimal): -14926419 or 11353372. OLE color: 11353372.

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

Color convert

RGB2861173-
CMYK0.840.6500.32
HSL226.34º72.14%39.41%-
HSV(B)226.34º83.82%67.84%-
XYZ9.696.640.3-
YUV63.9189.57102.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=10.69%
G=23.28%
B=66.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28611730.840.6500.32226.3472.1439.41
Hex1C3DAD5441020e24827
Octal347525512410104034211047
Binary1110011110110101101101010010000010100000111000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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