#3638BD

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

Shades of Persian Blue #3638BD

Tints of Persian Blue #3638BD

Color information

#3638BD (or 0x3638BD) is unknown color: approx Persian Blue. HEX triplet: 36, 38 and BD. RGB value is (54,56,189). Sum of RGB (Red+Green+Blue) = 54+56+189=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #3638BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3638BD is #C9C742. Grayscale: #464646. Windows color (decimal): -13223747 or 12400694. OLE color: 12400694.

HSL color Cylindrical-coordinate representation of color #3638BD: hue angle of 239.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3638BD is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5456189-
CMYK0.710.7000.26
HSL239.11º55.56%47.65%-
HSV(B)239.11º71.43%74.12%-
XYZ12.127.2948.91-
YUV70.56194.84116.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=18.06%
G=18.73%
B=63.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54561890.710.7000.26239.1155.5647.65
Hex3638BD474601Aef3830
Octal66702751071060323577060
Binary110110111000101111011000111100011001101011101111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3638BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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