#1632c2

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

Shades of Persian Blue #1632C2

Tints of Persian Blue #1632C2

Color information

#1632C2 (or 0x1632C2) is unknown color: approx Persian Blue. HEX triplet: 16, 32 and C2. RGB value is (22,50,194). Sum of RGB (Red+Green+Blue) = 22+50+194=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 194 (76.17% from 255 or 72.93% from 266); Max value from RGB is 194 - color contains mainly: blue. Hex color #1632C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1632C2 is #E9CD3D. Grayscale: #393939. Windows color (decimal): -15322430 or 12726806. OLE color: 12726806.

HSL color Cylindrical-coordinate representation of color #1632C2: hue angle of 230.23º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1632C2 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2250194-
CMYK0.890.7400.24
HSL230.23º79.63%42.35%-
HSV(B)230.23º88.66%76.08%-
XYZ11.216.3551.67-
YUV58.04204.72102.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 194 (76.17% from 255) = 72.93%
R=8.27%
G=18.80%
B=72.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22501940.890.7400.24230.2379.6342.35
Hex1632C2594A018e6502a
Octal266230213111203034612052
Binary101101100101100001010110011001010011000111001101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1632c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1632c2; }

 p { color: rgb(22,50,194); }

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

<style>
 a { background-color: #1632c2; }

 a { background-color: rgb(22,50,194); }

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

<style>
 span { border-color: #1632c2; }

 span { border-color: rgb(22,50,194); }

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