#3836AD

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

Shades of Persian Blue #3836AD

Tints of Persian Blue #3836AD

Color information

#3836AD (or 0x3836AD) is unknown color: approx Persian Blue. HEX triplet: 38, 36 and AD. RGB value is (56,54,173). Sum of RGB (Red+Green+Blue) = 56+54+173=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #3836AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3836AD is #C7C952. Grayscale: #434343. Windows color (decimal): -13093203 or 11351608. OLE color: 11351608.

HSL color Cylindrical-coordinate representation of color #3836AD: hue angle of 241.01º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3836AD is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5654173-
CMYK0.680.6900.32
HSL241.01º52.42%44.51%-
HSV(B)241.01º68.79%67.84%-
XYZ10.496.540.24-
YUV68.16187.16119.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 173 (67.97% from 255) = 61.13%
R=19.79%
G=19.08%
B=61.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56541730.680.6900.32241.0152.4244.51
Hex3836AD4445020f1342d
Octal70662551041050403616455
Binary1110001101101010110110001001000101010000011110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3836AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3836AD; }

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

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

<style>
 a { background-color: #3836AD; }

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

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

<style>
 span { border-color: #3836AD; }

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

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