Html Css Color HEX #3827BA Persian Blue

📋 copy color: '#3827BA'

red 56 ◦ green 39 ◦ blue 186

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

Shades of Persian Blue #3827BA

Tints of Persian Blue #3827BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 19.93%
G = 13.88%
B = 66.19%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3827BA (or 0x3827BA) is known color: Persian Blue. HEX triplet: 38, 27 and BA. RGB value is (56,39,186). Sum of RGB (Red+Green+Blue) = 56+39+186=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #3827BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827BA is #C7D845. Grayscale: #3C3C3C. Windows color (decimal): -13097030 or 12199736. OLE color: 12199736.

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

Color convert

RGB 56 39 186 -
CMYK 0.70 0.79 0 0.27
HSL 246.94º 0.65% 0.44% -
HSV(B) 246.94º 0.79% 0.73% -
XYZ 11.22 5.84 46.99 -
YUV 60.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 56 39 186 0.70 0.79 0 0.27 246.94 0.65 0.44
Hex 38 27 BA 46 4F 0 1B F7 41 2C
Octal 70 47 272 106 117 0 33 367 101 54
Binary 111000 100111 10111010 1000110 1001111 0 11011 11110111 1000001 101100

Color Harmonies of #3827BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3827BA

Black with #3827BA

Text Example


Text Example

White with #3827BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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