#3626C5

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

Shades of Persian Blue #3626C5

Tints of Persian Blue #3626C5

Color information

#3626C5 (or 0x3626C5) is unknown color: approx Persian Blue. HEX triplet: 36, 26 and C5. RGB value is (54,38,197). Sum of RGB (Red+Green+Blue) = 54+38+197=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 197 (77.34% from 255 or 68.17% from 289); Max value from RGB is 197 - color contains mainly: blue. Hex color #3626C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3626C5 is #C9D93A. Grayscale: #3C3C3C. Windows color (decimal): -13228347 or 12920374. OLE color: 12920374.

HSL color Cylindrical-coordinate representation of color #3626C5: hue angle of 246.04º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3626C5 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5438197-
CMYK0.730.8100.23
HSL246.04º67.66%46.08%-
HSV(B)246.04º80.71%77.25%-
XYZ12.296.253.37-
YUV60.91204.8123.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 197 (77.34% from 255) = 68.17%
R=18.69%
G=13.15%
B=68.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54381970.730.8100.23246.0467.6646.08
Hex3626C54951017f6442e
Octal664630511112102736610456
Binary1101101001101100010110010011010001010111111101101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3626C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3626C5; }

 p { color: rgb(54,38,197); }

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

<style>
 a { background-color: #3626C5; }

 a { background-color: rgb(54,38,197); }

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

<style>
 span { border-color: #3626C5; }

 span { border-color: rgb(54,38,197); }

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