#2922C0

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

Shades of Persian Blue #2922C0

Tints of Persian Blue #2922C0

Color information

#2922C0 (or 0x2922C0) is unknown color: approx Persian Blue. HEX triplet: 29, 22 and C0. RGB value is (41,34,192). Sum of RGB (Red+Green+Blue) = 41+34+192=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #2922C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2922C0 is #D6DD3F. Grayscale: #353535. Windows color (decimal): -14081344 or 12591657. OLE color: 12591657.

HSL color Cylindrical-coordinate representation of color #2922C0: hue angle of 242.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2922C0 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4134192-
CMYK0.790.8200.25
HSL242.66º69.91%44.31%-
HSV(B)242.66º82.29%75.29%-
XYZ115.4250.34-
YUV54.1205.82118.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 192 (75.39% from 255) = 71.91%
R=15.36%
G=12.73%
B=71.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41341920.790.8200.25242.6669.9144.31
Hex2922C04F52019f3462c
Octal514230011712203136310654
Binary1010011000101100000010011111010010011001111100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2922C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2922C0; }

 p { color: rgb(41,34,192); }

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

<style>
 a { background-color: #2922C0; }

 a { background-color: rgb(41,34,192); }

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

<style>
 span { border-color: #2922C0; }

 span { border-color: rgb(41,34,192); }

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