#3634B4

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

Shades of Persian Blue #3634B4

Tints of Persian Blue #3634B4

Color information

#3634B4 (or 0x3634B4) is unknown color: approx Persian Blue. HEX triplet: 36, 34 and B4. RGB value is (54,52,180). Sum of RGB (Red+Green+Blue) = 54+52+180=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #3634B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3634B4 is #C9CB4B. Grayscale: #424242. Windows color (decimal): -13224780 or 11809846. OLE color: 11809846.

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

Color convert

RGB5452180-
CMYK0.70.7100.29
HSL240.94º55.17%45.49%-
HSV(B)240.94º71.11%70.59%-
XYZ10.996.5443.86-
YUV67.19191.66118.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 180 (70.70% from 255) = 62.94%
R=18.88%
G=18.18%
B=62.94%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54521800.70.7100.29240.9455.1745.49
Hex3634B4464701Df1372d
Octal66642641061070353616755
Binary110110110100101101001000110100011101110111110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3634B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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