#3A26CD

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

Shades of Persian Blue #3A26CD

Tints of Persian Blue #3A26CD

Color information

#3A26CD (or 0x3A26CD) is unknown color: approx Persian Blue. HEX triplet: 3A, 26 and CD. RGB value is (58,38,205). Sum of RGB (Red+Green+Blue) = 58+38+205=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A26CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A26CD is #C5D932. Grayscale: #3E3E3E. Windows color (decimal): -12966195 or 13444666. OLE color: 13444666.

HSL color Cylindrical-coordinate representation of color #3A26CD: hue angle of 247.19º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A26CD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5838205-
CMYK0.720.8100.20
HSL247.19º68.72%47.65%-
HSV(B)247.19º81.46%80.39%-
XYZ13.466.6958.34-
YUV63.02208.13124.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 205 (80.47% from 255) = 68.11%
R=19.27%
G=12.62%
B=68.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal58382050.720.8100.20247.1968.7247.65
Hex3A26CD4851014f74530
Octal724631511012102436710560
Binary1110101001101100110110010001010001010100111101111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A26CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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