#3822b4

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

Shades of Persian Blue #3822B4

Tints of Persian Blue #3822B4

Color information

#3822B4 (or 0x3822B4) is unknown color: approx Persian Blue. HEX triplet: 38, 22 and B4. RGB value is (56,34,180). Sum of RGB (Red+Green+Blue) = 56+34+180=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 180 (70.70% from 255 or 66.67% from 270); Max value from RGB is 180 - color contains mainly: blue. Hex color #3822B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3822B4 is #C7DD4B. Grayscale: #383838. Windows color (decimal): -13098316 or 11805240. OLE color: 11805240.

HSL color Cylindrical-coordinate representation of color #3822B4: hue angle of 249.04º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3822B4 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5634180-
CMYK0.690.8100.29
HSL249.04º68.22%41.96%-
HSV(B)249.04º81.11%70.59%-
XYZ10.445.2843.65-
YUV57.22197.29127.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 180 (70.70% from 255) = 66.67%
R=20.74%
G=12.59%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56341800.690.8100.29249.0468.2241.96
Hex3822B4455101Df9442a
Octal704226410512103537110452
Binary1110001000101011010010001011010001011101111110011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3822b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3822b4; }

 p { color: rgb(56,34,180); }

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

<style>
 a { background-color: #3822b4; }

 a { background-color: rgb(56,34,180); }

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

<style>
 span { border-color: #3822b4; }

 span { border-color: rgb(56,34,180); }

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