#3B29C9

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

Shades of Persian Blue #3B29C9

Tints of Persian Blue #3B29C9

Color information

#3B29C9 (or 0x3B29C9) is unknown color: approx Persian Blue. HEX triplet: 3B, 29 and C9. RGB value is (59,41,201). Sum of RGB (Red+Green+Blue) = 59+41+201=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #3B29C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B29C9 is #C4D636. Grayscale: #404040. Windows color (decimal): -12899895 or 13183291. OLE color: 13183291.

HSL color Cylindrical-coordinate representation of color #3B29C9: hue angle of 246.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B29C9 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5941201-
CMYK0.710.8000.21
HSL246.75º66.12%47.45%-
HSV(B)246.75º79.6%78.82%-
XYZ13.146.7355.87-
YUV64.62204.96123.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 201 (78.91% from 255) = 66.78%
R=19.60%
G=13.62%
B=66.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59412010.710.8000.21246.7566.1247.45
Hex3B29C94750015f7422f
Octal735131110712002536710257
Binary1110111010011100100110001111010000010101111101111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B29C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B29C9; }

 p { color: rgb(59,41,201); }

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

<style>
 a { background-color: #3B29C9; }

 a { background-color: rgb(59,41,201); }

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

<style>
 span { border-color: #3B29C9; }

 span { border-color: rgb(59,41,201); }

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