#3b26b4

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

Shades of Persian Blue #3B26B4

Tints of Persian Blue #3B26B4

Color information

#3B26B4 (or 0x3B26B4) is unknown color: approx Persian Blue. HEX triplet: 3B, 26 and B4. RGB value is (59,38,180). Sum of RGB (Red+Green+Blue) = 59+38+180=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B26B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B26B4 is #C4D94B. Grayscale: #3B3B3B. Windows color (decimal): -12900684 or 11806267. OLE color: 11806267.

HSL color Cylindrical-coordinate representation of color #3B26B4: hue angle of 248.87º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B26B4 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5938180-
CMYK0.670.7900.29
HSL248.87º65.14%42.75%-
HSV(B)248.87º78.89%70.59%-
XYZ10.735.6143.7-
YUV60.47195.46126.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 180 (70.70% from 255) = 64.98%
R=21.30%
G=13.72%
B=64.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59381800.670.7900.29248.8765.1442.75
Hex3B26B4434F01Df9412b
Octal734626410311703537110153
Binary1110111001101011010010000111001111011101111110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b26b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,180); }

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

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

 a { background-color: rgb(59,38,180); }

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

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

 span { border-color: rgb(59,38,180); }

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