#3634B1

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

Shades of Persian Blue #3634B1

Tints of Persian Blue #3634B1

Color information

#3634B1 (or 0x3634B1) is unknown color: approx Persian Blue. HEX triplet: 36, 34 and B1. RGB value is (54,52,177). Sum of RGB (Red+Green+Blue) = 54+52+177=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #3634B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3634B1 is #C9CB4E. Grayscale: #424242. Windows color (decimal): -13224783 or 11613238. OLE color: 11613238.

HSL color Cylindrical-coordinate representation of color #3634B1: hue angle of 240.96º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3634B1 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5452177-
CMYK0.690.7100.31
HSL240.96º54.59%44.9%-
HSV(B)240.96º70.62%69.41%-
XYZ10.696.4142.27-
YUV66.85190.16118.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 177 (69.53% from 255) = 62.54%
R=19.08%
G=18.37%
B=62.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54521770.690.7100.31240.9654.5944.9
Hex3634B1454701Ff1372d
Octal66642611051070373616755
Binary110110110100101100011000101100011101111111110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3634B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3634B1; }

 p { color: rgb(54,52,177); }

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

<style>
 a { background-color: #3634B1; }

 a { background-color: rgb(54,52,177); }

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

<style>
 span { border-color: #3634B1; }

 span { border-color: rgb(54,52,177); }

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