#1C3ADD

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

Shades of Persian Blue #1C3ADD

Tints of Persian Blue #1C3ADD

Color information

#1C3ADD (or 0x1C3ADD) is unknown color: approx Persian Blue. HEX triplet: 1C, 3A and DD. RGB value is (28,58,221). Sum of RGB (Red+Green+Blue) = 28+58+221=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C3ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3ADD is #E3C522. Grayscale: #424242. Windows color (decimal): -14927139 or 14498332. OLE color: 14498332.

HSL color Cylindrical-coordinate representation of color #1C3ADD: hue angle of 230.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C3ADD is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2858221-
CMYK0.870.7400.13
HSL230.67º77.51%48.82%-
HSV(B)230.67º87.33%86.67%-
XYZ15.048.4969.25-
YUV67.61214.5699.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=9.12%
G=18.89%
B=71.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28582210.870.7400.13230.6777.5148.82
Hex1C3ADD574A0De74e31
Octal347233512711201534711661
Binary11100111010110111011010111100101001101111001111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,58,221); }

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

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

 a { background-color: rgb(28,58,221); }

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

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

 span { border-color: rgb(28,58,221); }

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