#2926BD

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

Shades of Persian Blue #2926BD

Tints of Persian Blue #2926BD

Color information

#2926BD (or 0x2926BD) is unknown color: approx Persian Blue. HEX triplet: 29, 26 and BD. RGB value is (41,38,189). Sum of RGB (Red+Green+Blue) = 41+38+189=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #2926BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2926BD is #D6D942. Grayscale: #373737. Windows color (decimal): -14080323 or 12396073. OLE color: 12396073.

HSL color Cylindrical-coordinate representation of color #2926BD: hue angle of 241.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2926BD is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4138189-
CMYK0.780.8000.26
HSL241.19º66.52%44.51%-
HSV(B)241.19º79.89%74.12%-
XYZ10.795.5348.64-
YUV56.11202.99117.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 189 (74.22% from 255) = 70.52%
R=15.30%
G=14.18%
B=70.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41381890.780.8000.26241.1966.5244.51
Hex2926BD4E5001Af1432d
Octal514627511612003236110355
Binary1010011001101011110110011101010000011010111100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2926BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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