#1C2FE2

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

Shades of Persian Blue #1C2FE2

Tints of Persian Blue #1C2FE2

Color information

#1C2FE2 (or 0x1C2FE2) is unknown color: approx Persian Blue. HEX triplet: 1C, 2F and E2. RGB value is (28,47,226). Sum of RGB (Red+Green+Blue) = 28+47+226=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 226 (88.67% from 255 or 75.08% from 301); Max value from RGB is 226 - color contains mainly: blue. Hex color #1C2FE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2FE2 is #E3D01D. Grayscale: #3C3C3C. Windows color (decimal): -14929950 or 14823196. OLE color: 14823196.

HSL color Cylindrical-coordinate representation of color #1C2FE2: hue angle of 234.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C2FE2 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2847226-
CMYK0.880.7900.11
HSL234.24º77.95%49.8%-
HSV(B)234.24º87.61%88.63%-
XYZ15.227.7772.65-
YUV61.72220.71103.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 226 (88.67% from 255) = 75.08%
R=9.30%
G=15.61%
B=75.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal28472260.880.7900.11234.2477.9549.8
Hex1C2FE2584F0Bea4e32
Octal345734213011701335211662
Binary11100101111111000101011000100111101011111010101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,47,226); }

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

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

 a { background-color: rgb(28,47,226); }

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

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

 span { border-color: rgb(28,47,226); }

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