#1C3BF0

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

Shades of Persian Blue #1C3BF0

Tints of Persian Blue #1C3BF0

Color information

#1C3BF0 (or 0x1C3BF0) is unknown color: approx Persian Blue. HEX triplet: 1C, 3B and F0. RGB value is (28,59,240). Sum of RGB (Red+Green+Blue) = 28+59+240=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 240 (94.14% from 255 or 73.39% from 327); Max value from RGB is 240 - color contains mainly: blue. Hex color #1C3BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3BF0 is #E3C40F. Grayscale: #454545. Windows color (decimal): -14926864 or 15743772. OLE color: 15743772.

HSL color Cylindrical-coordinate representation of color #1C3BF0: hue angle of 231.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3BF0 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2859240-
CMYK0.880.7500.06
HSL231.23º87.6%52.55%-
HSV(B)231.23º88.33%94.12%-
XYZ17.779.6783.37-
YUV70.36223.7397.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.56%
GREEN value IS 59 (23.44% from 255) = 18.04%
BLUE value IS 240 (94.14% from 255) = 73.39%
R=8.56%
G=18.04%
B=73.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal28592400.880.7500.06231.2387.652.55
Hex1C3BF0584B06e75835
Octal34733601301130634713065
Binary1110011101111110000101100010010110110111001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,240); }

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

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

 a { background-color: rgb(28,59,240); }

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

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

 span { border-color: rgb(28,59,240); }

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