#1C32F3

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

Shades of Persian Blue #1C32F3

Tints of Persian Blue #1C32F3

Color information

#1C32F3 (or 0x1C32F3) is unknown color: approx Persian Blue. HEX triplet: 1C, 32 and F3. RGB value is (28,50,243). Sum of RGB (Red+Green+Blue) = 28+50+243=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 243 (95.31% from 255 or 75.70% from 321); Max value from RGB is 243 - color contains mainly: blue. Hex color #1C32F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C32F3 is #E3CD0C. Grayscale: #404040. Windows color (decimal): -14929165 or 15938076. OLE color: 15938076.

HSL color Cylindrical-coordinate representation of color #1C32F3: hue angle of 233.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C32F3 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2850243-
CMYK0.880.7900.05
HSL233.86º89.96%53.14%-
HSV(B)233.86º88.48%95.29%-
XYZ17.8985.59-
YUV65.42228.21101.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 243 (95.31% from 255) = 75.70%
R=8.72%
G=15.58%
B=75.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal28502430.880.7900.05233.8689.9653.14
Hex1C32F3584F05ea5a35
Octal34623631301170535213265
Binary1110011001011110011101100010011110101111010101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C32F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,243); }

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

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

 a { background-color: rgb(28,50,243); }

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

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

 span { border-color: rgb(28,50,243); }

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