#3822ba

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

Shades of Persian Blue #3822BA

Tints of Persian Blue #3822BA

Color information

#3822BA (or 0x3822BA) is unknown color: approx Persian Blue. HEX triplet: 38, 22 and BA. RGB value is (56,34,186). Sum of RGB (Red+Green+Blue) = 56+34+186=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #3822BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3822BA is #C7DD45. Grayscale: #393939. Windows color (decimal): -13098310 or 12198456. OLE color: 12198456.

HSL color Cylindrical-coordinate representation of color #3822BA: hue angle of 248.68º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3822BA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5634186-
CMYK0.700.8200.27
HSL248.68º69.09%43.14%-
HSV(B)248.68º81.72%72.94%-
XYZ11.075.5346.94-
YUV57.91200.29126.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 186 (73.05% from 255) = 67.39%
R=20.29%
G=12.32%
B=67.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56341860.700.8200.27248.6869.0943.14
Hex3822BA465201Bf9452b
Octal704227210612203337110553
Binary1110001000101011101010001101010010011011111110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3822ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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