Html Css Color HEX #3821BD Persian Blue

📋 copy color: '#3821BD'

red 56 ◦ green 33 ◦ blue 189

#3821BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3821BD

Tints of Persian Blue #3821BD

RGB

 RED value IS 56 (22.27% from 255) = 20.14%

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 189 (74.22% from 255) = 67.99%

R = 20.14%
G = 11.87%
B = 67.99%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3821BD (or 0x3821BD) is known color: Persian Blue. HEX triplet: 38, 21 and BD. RGB value is (56,33,189). Sum of RGB (Red+Green+Blue) = 56+33+189=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #3821BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821BD is #C7DE42. Grayscale: #393939. Windows color (decimal): -13098563 or 12394808. OLE color: 12394808.

HSL color Cylindrical-coordinate representation of color #3821BD: hue angle of 248.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3821BD is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 33 189 -
CMYK 0.70 0.83 0 0.26
HSL 248.85º 0.7% 0.44% -
HSV(B) 248.85º 0.83% 0.74% -
XYZ 11.36 5.6 48.63 -
YUV 57.66 202.12 126.82 -
System Red Green Blue C M Y K H S L
Decimal 56 33 189 0.70 0.83 0 0.26 248.85 0.7 0.44
Hex 38 21 BD 46 53 0 1A F9 46 2C
Octal 70 41 275 106 123 0 32 371 106 54
Binary 111000 100001 10111101 1000110 1010011 0 11010 11111001 1000110 101100

Color Harmonies of #3821BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3821BD

Black with #3821BD

Text Example


Text Example

White with #3821BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3821BD; }

 p { color: rgb(56,33,189); }

 H1.HeaderClassName
 {
   color: #3821BD;
 }
 .AnyTagClassName
 {
   color: #3821BD;
 }
</style>

background-color css

<style>
 a { background-color: #3821BD; }

 a { background-color: rgb(56,33,189); }

 div.DivClassName
 {
   background-color: #3821BD;
 }
 .BgClassName
 {
   background-color: #3821BD;
 }
</style>

border-color css

<style>
 span { border-color: #3821BD; }

 span { border-color: rgb(56,33,189); }

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