#1632B3

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

Shades of Persian Blue #1632B3

Tints of Persian Blue #1632B3

Color information

#1632B3 (or 0x1632B3) is unknown color: approx Persian Blue. HEX triplet: 16, 32 and B3. RGB value is (22,50,179). Sum of RGB (Red+Green+Blue) = 22+50+179=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 179 (70.31% from 255 or 71.31% from 251); Max value from RGB is 179 - color contains mainly: blue. Hex color #1632B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1632B3 is #E9CD4C. Grayscale: #373737. Windows color (decimal): -15322445 or 11743766. OLE color: 11743766.

HSL color Cylindrical-coordinate representation of color #1632B3: hue angle of 229.3º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1632B3 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2250179-
CMYK0.880.7200.30
HSL229.3º78.11%39.41%-
HSV(B)229.3º87.71%70.2%-
XYZ9.615.7143.24-
YUV56.33197.22103.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 179 (70.31% from 255) = 71.31%
R=8.76%
G=19.92%
B=71.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22501790.880.7200.30229.378.1139.41
Hex1632B3584801Ee54e27
Octal266226313011003634511647
Binary101101100101011001110110001001000011110111001011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1632B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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