#1629c3

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

Shades of Persian Blue #1629C3

Tints of Persian Blue #1629C3

Color information

#1629C3 (or 0x1629C3) is unknown color: approx Persian Blue. HEX triplet: 16, 29 and C3. RGB value is (22,41,195). Sum of RGB (Red+Green+Blue) = 22+41+195=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 195 (76.56% from 255 or 75.58% from 258); Max value from RGB is 195 - color contains mainly: blue. Hex color #1629C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1629C3 is #E9D63C. Grayscale: #343434. Windows color (decimal): -15324733 or 12790038. OLE color: 12790038.

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

Color convert

RGB2241195-
CMYK0.890.7900.24
HSL233.41º79.72%42.55%-
HSV(B)233.41º88.72%76.47%-
XYZ10.975.752.15-
YUV52.88208.21105.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 195 (76.56% from 255) = 75.58%
R=8.53%
G=15.89%
B=75.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22411950.890.7900.24233.4179.7242.55
Hex1629C3594F018e9502b
Octal265130313111703035112053
Binary101101010011100001110110011001111011000111010011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1629c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1629c3; }

 p { color: rgb(22,41,195); }

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

<style>
 a { background-color: #1629c3; }

 a { background-color: rgb(22,41,195); }

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

<style>
 span { border-color: #1629c3; }

 span { border-color: rgb(22,41,195); }

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