#1C32BE

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

Shades of Persian Blue #1C32BE

Tints of Persian Blue #1C32BE

Color information

#1C32BE (or 0x1C32BE) is unknown color: approx Persian Blue. HEX triplet: 1C, 32 and BE. RGB value is (28,50,190). Sum of RGB (Red+Green+Blue) = 28+50+190=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32BE is #E3CD41. Grayscale: #3A3A3A. Windows color (decimal): -14929218 or 12464668. OLE color: 12464668.

HSL color Cylindrical-coordinate representation of color #1C32BE: hue angle of 231.85º 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 #1C32BE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2850190-
CMYK0.850.7400.25
HSL231.85º74.31%42.75%-
HSV(B)231.85º85.26%74.51%-
XYZ10.916.2549.35-
YUV59.38201.71105.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.45%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=10.45%
G=18.66%
B=70.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28501900.850.7400.25231.8574.3142.75
Hex1C32BE554A019e84a2b
Octal346227612511203135011253
Binary111001100101011111010101011001010011001111010001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C32BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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