#3835AB

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

Shades of Persian Blue #3835AB

Tints of Persian Blue #3835AB

Color information

#3835AB (or 0x3835AB) is unknown color: approx Persian Blue. HEX triplet: 38, 35 and AB. RGB value is (56,53,171). Sum of RGB (Red+Green+Blue) = 56+53+171=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3835AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3835AB is #C7CA54. Grayscale: #424242. Windows color (decimal): -13093461 or 11220280. OLE color: 11220280.

HSL color Cylindrical-coordinate representation of color #3835AB: hue angle of 241.53º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3835AB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5653171-
CMYK0.670.6900.33
HSL241.53º52.68%43.92%-
HSV(B)241.53º69.01%67.06%-
XYZ10.256.3339.21-
YUV67.35186.49119.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 171 (67.19% from 255) = 61.07%
R=20%
G=18.93%
B=61.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56531710.670.6900.33241.5352.6843.92
Hex3835AB4345021f2352c
Octal70652531031050413626554
Binary1110001101011010101110000111000101010000111110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3835AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3835AB; }

 p { color: rgb(56,53,171); }

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

<style>
 a { background-color: #3835AB; }

 a { background-color: rgb(56,53,171); }

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

<style>
 span { border-color: #3835AB; }

 span { border-color: rgb(56,53,171); }

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