#3A26BF

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

Shades of Persian Blue #3A26BF

Tints of Persian Blue #3A26BF

Color information

#3A26BF (or 0x3A26BF) is unknown color: approx Persian Blue. HEX triplet: 3A, 26 and BF. RGB value is (58,38,191). Sum of RGB (Red+Green+Blue) = 58+38+191=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A26BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A26BF is #C5D940. Grayscale: #3C3C3C. Windows color (decimal): -12966209 or 12527162. OLE color: 12527162.

HSL color Cylindrical-coordinate representation of color #3A26BF: hue angle of 247.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A26BF is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5838191-
CMYK0.700.8000.25
HSL247.84º66.81%44.9%-
HSV(B)247.84º80.1%74.9%-
XYZ11.846.0549.83-
YUV61.42201.13125.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 191 (75% from 255) = 66.55%
R=20.21%
G=13.24%
B=66.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58381910.700.8000.25247.8466.8144.9
Hex3A26BF4650019f8432d
Octal724627710612003137010355
Binary1110101001101011111110001101010000011001111110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,191); }

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

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

 a { background-color: rgb(58,38,191); }

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

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

 span { border-color: rgb(58,38,191); }

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