Html Css Color HEX #3831BA Persian Blue

📋 copy color: '#3831BA'

red 56 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #3831BA

Tints of Persian Blue #3831BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 19.24%
G = 16.84%
B = 63.92%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3831BA (or 0x3831BA) is known color: Persian Blue. HEX triplet: 38, 31 and BA. RGB value is (56,49,186). Sum of RGB (Red+Green+Blue) = 56+49+186=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3831BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831BA is #C7CE45. Grayscale: #424242. Windows color (decimal): -13094470 or 12202296. OLE color: 12202296.

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

Color convert

RGB 56 49 186 -
CMYK 0.70 0.74 0 0.27
HSL 243.07º 0.58% 0.46% -
HSV(B) 243.07º 0.74% 0.73% -
XYZ 11.59 6.58 47.11 -
YUV 66.71 195.32 120.36 -
System Red Green Blue C M Y K H S L
Decimal 56 49 186 0.70 0.74 0 0.27 243.07 0.58 0.46
Hex 38 31 BA 46 4A 0 1B F3 3A 2E
Octal 70 61 272 106 112 0 33 363 72 56
Binary 111000 110001 10111010 1000110 1001010 0 11011 11110011 111010 101110

Color Harmonies of #3831BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3831BA

Black with #3831BA

Text Example


Text Example

White with #3831BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3831BA; }

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

 H1.HeaderClassName
 {
   color: #3831BA;
 }
 .AnyTagClassName
 {
   color: #3831BA;
 }
</style>

background-color css

<style>
 a { background-color: #3831BA; }

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

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

border-color css

<style>
 span { border-color: #3831BA; }

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

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