#3638BE

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

Shades of Persian Blue #3638BE

Tints of Persian Blue #3638BE

Color information

#3638BE (or 0x3638BE) is unknown color: approx Persian Blue. HEX triplet: 36, 38 and BE. RGB value is (54,56,190). Sum of RGB (Red+Green+Blue) = 54+56+190=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #3638BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3638BE is #C9C741. Grayscale: #464646. Windows color (decimal): -13223746 or 12466230. OLE color: 12466230.

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

Color convert

RGB5456190-
CMYK0.720.7100.25
HSL239.12º55.74%47.84%-
HSV(B)239.12º71.58%74.51%-
XYZ12.237.3349.49-
YUV70.68195.34116.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 190 (74.61% from 255) = 63.33%
R=18%
G=18.67%
B=63.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54561900.720.7100.25239.1255.7447.84
Hex3638BE4847019ef3830
Octal66702761101070313577060
Binary110110111000101111101001000100011101100111101111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3638BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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