#2925B6

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

Shades of Persian Blue #2925B6

Tints of Persian Blue #2925B6

Color information

#2925B6 (or 0x2925B6) is unknown color: approx Persian Blue. HEX triplet: 29, 25 and B6. RGB value is (41,37,182). Sum of RGB (Red+Green+Blue) = 41+37+182=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #2925B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2925B6 is #D6DA49. Grayscale: #363636. Windows color (decimal): -14080586 or 11937065. OLE color: 11937065.

HSL color Cylindrical-coordinate representation of color #2925B6: hue angle of 241.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2925B6 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4137182-
CMYK0.770.8000.29
HSL241.66º66.21%42.94%-
HSV(B)241.66º79.67%71.37%-
XYZ10.025.1744.73-
YUV54.73199.83118.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 182 (71.48% from 255) = 70%
R=15.77%
G=14.23%
B=70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41371820.770.8000.29241.6666.2142.94
Hex2925B64D5001Df2422b
Octal514526611512003536210253
Binary1010011001011011011010011011010000011101111100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2925B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2925B6; }

 p { color: rgb(41,37,182); }

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

<style>
 a { background-color: #2925B6; }

 a { background-color: rgb(41,37,182); }

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

<style>
 span { border-color: #2925B6; }

 span { border-color: rgb(41,37,182); }

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