#3626BF

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

Shades of Persian Blue #3626BF

Tints of Persian Blue #3626BF

Color information

#3626BF (or 0x3626BF) is unknown color: approx Persian Blue. HEX triplet: 36, 26 and BF. RGB value is (54,38,191). Sum of RGB (Red+Green+Blue) = 54+38+191=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3626BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3626BF is #C9D940. Grayscale: #3B3B3B. Windows color (decimal): -13228353 or 12527158. OLE color: 12527158.

HSL color Cylindrical-coordinate representation of color #3626BF: hue angle of 246.27º 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 #3626BF is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5438191-
CMYK0.720.8000.25
HSL246.27º66.81%44.9%-
HSV(B)246.27º80.1%74.9%-
XYZ11.625.9349.82-
YUV60.23201.8123.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 191 (75% from 255) = 67.49%
R=19.08%
G=13.43%
B=67.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54381910.720.8000.25246.2766.8144.9
Hex3626BF4850019f6432d
Octal664627711012003136610355
Binary1101101001101011111110010001010000011001111101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3626BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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