#3638BA

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

Shades of Persian Blue #3638BA

Tints of Persian Blue #3638BA

Color information

#3638BA (or 0x3638BA) is unknown color: approx Persian Blue. HEX triplet: 36, 38 and BA. RGB value is (54,56,186). Sum of RGB (Red+Green+Blue) = 54+56+186=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #3638BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3638BA is #C9C745. Grayscale: #454545. Windows color (decimal): -13223750 or 12204086. OLE color: 12204086.

HSL color Cylindrical-coordinate representation of color #3638BA: hue angle of 239.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3638BA is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5456186-
CMYK0.710.7000.27
HSL239.09º55%47.06%-
HSV(B)239.09º70.97%72.94%-
XYZ11.87.1647.21-
YUV70.22193.34116.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=18.24%
G=18.92%
B=62.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54561860.710.7000.27239.095547.06
Hex3638BA474601Bef372f
Octal66702721071060333576757
Binary110110111000101110101000111100011001101111101111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3638BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3638BA; }

 p { color: rgb(54,56,186); }

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

<style>
 a { background-color: #3638BA; }

 a { background-color: rgb(54,56,186); }

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

<style>
 span { border-color: #3638BA; }

 span { border-color: rgb(54,56,186); }

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