#2926B2

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

Shades of Persian Blue #2926B2

Tints of Persian Blue #2926B2

Color information

#2926B2 (or 0x2926B2) is unknown color: approx Persian Blue. HEX triplet: 29, 26 and B2. RGB value is (41,38,178). Sum of RGB (Red+Green+Blue) = 41+38+178=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 178 (69.92% from 255 or 69.26% from 257); Max value from RGB is 178 - color contains mainly: blue. Hex color #2926B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2926B2 is #D6D94D. Grayscale: #363636. Windows color (decimal): -14080334 or 11675177. OLE color: 11675177.

HSL color Cylindrical-coordinate representation of color #2926B2: hue angle of 241.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2926B2 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4138178-
CMYK0.770.7900.30
HSL241.29º64.81%42.35%-
HSV(B)241.29º78.65%69.8%-
XYZ9.645.0742.59-
YUV54.86197.49118.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 178 (69.92% from 255) = 69.26%
R=15.95%
G=14.79%
B=69.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41381780.770.7900.30241.2964.8142.35
Hex2926B24D4F01Ef1412a
Octal514626211511703636110152
Binary1010011001101011001010011011001111011110111100011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2926B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2926B2; }

 p { color: rgb(41,38,178); }

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

<style>
 a { background-color: #2926B2; }

 a { background-color: rgb(41,38,178); }

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

<style>
 span { border-color: #2926B2; }

 span { border-color: rgb(41,38,178); }

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