#3834AD

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

Shades of Persian Blue #3834AD

Tints of Persian Blue #3834AD

Color information

#3834AD (or 0x3834AD) is unknown color: approx Persian Blue. HEX triplet: 38, 34 and AD. RGB value is (56,52,173). Sum of RGB (Red+Green+Blue) = 56+52+173=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #3834AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3834AD is #C7CB52. Grayscale: #424242. Windows color (decimal): -13093715 or 11351096. OLE color: 11351096.

HSL color Cylindrical-coordinate representation of color #3834AD: hue angle of 241.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3834AD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5652173-
CMYK0.680.7000.32
HSL241.98º53.78%44.12%-
HSV(B)241.98º69.94%67.84%-
XYZ10.46.3140.21-
YUV66.99187.83120.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=19.93%
G=18.51%
B=61.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56521730.680.7000.32241.9853.7844.12
Hex3834AD4446020f2362c
Octal70642551041060403626654
Binary1110001101001010110110001001000110010000011110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3834AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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