#1C3EBF

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

Shades of Persian Blue #1C3EBF

Tints of Persian Blue #1C3EBF

Color information

#1C3EBF (or 0x1C3EBF) is unknown color: approx Persian Blue. HEX triplet: 1C, 3E and BF. RGB value is (28,62,191). Sum of RGB (Red+Green+Blue) = 28+62+191=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C3EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3EBF is #E3C140. Grayscale: #414141. Windows color (decimal): -14926145 or 12533276. OLE color: 12533276.

HSL color Cylindrical-coordinate representation of color #1C3EBF: hue angle of 227.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C3EBF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2862191-
CMYK0.850.6800.25
HSL227.48º74.43%42.94%-
HSV(B)227.48º85.34%74.9%-
XYZ11.617.4550.12-
YUV66.54198.24100.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 191 (75% from 255) = 67.97%
R=9.96%
G=22.06%
B=67.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28621910.850.6800.25227.4874.4342.94
Hex1C3EBF5544019e34a2b
Octal347627712510403134311253
Binary111001111101011111110101011000100011001111000111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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