#1C3CE9

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

Shades of Persian Blue #1C3CE9

Tints of Persian Blue #1C3CE9

Color information

#1C3CE9 (or 0x1C3CE9) is unknown color: approx Persian Blue. HEX triplet: 1C, 3C and E9. RGB value is (28,60,233). Sum of RGB (Red+Green+Blue) = 28+60+233=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 233 (91.41% from 255 or 72.59% from 321); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C3CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3CE9 is #E3C316. Grayscale: #454545. Windows color (decimal): -14926615 or 15285276. OLE color: 15285276.

HSL color Cylindrical-coordinate representation of color #1C3CE9: hue angle of 230.63º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3CE9 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2860233-
CMYK0.880.7400.09
HSL230.63º82.33%51.18%-
HSV(B)230.63º87.98%91.37%-
XYZ16.89.3678.01-
YUV70.15219.997.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 60 (23.83% from 255) = 18.69%
BLUE value IS 233 (91.41% from 255) = 72.59%
R=8.72%
G=18.69%
B=72.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal28602330.880.7400.09230.6382.3351.18
Hex1C3CE9584A09e75233
Octal347435113011201134712263
Binary11100111100111010011011000100101001001111001111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,60,233); }

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

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

 a { background-color: rgb(28,60,233); }

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

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

 span { border-color: rgb(28,60,233); }

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