Html Css Color HEX #3826BA Persian Blue

📋 copy color: '#3826BA'

red 56 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #3826BA

Tints of Persian Blue #3826BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 20%
G = 13.57%
B = 66.43%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3826BA (or 0x3826BA) is known color: Persian Blue. HEX triplet: 38, 26 and BA. RGB value is (56,38,186). Sum of RGB (Red+Green+Blue) = 56+38+186=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #3826BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826BA is #C7D945. Grayscale: #3B3B3B. Windows color (decimal): -13097286 or 12199480. OLE color: 12199480.

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

Color convert

RGB 56 38 186 -
CMYK 0.70 0.80 0 0.27
HSL 247.3º 0.66% 0.44% -
HSV(B) 247.3º 0.8% 0.73% -
XYZ 11.19 5.77 46.98 -
YUV 60.25 198.96 124.97 -
System Red Green Blue C M Y K H S L
Decimal 56 38 186 0.70 0.80 0 0.27 247.3 0.66 0.44
Hex 38 26 BA 46 50 0 1B F7 42 2C
Octal 70 46 272 106 120 0 33 367 102 54
Binary 111000 100110 10111010 1000110 1010000 0 11011 11110111 1000010 101100

Color Harmonies of #3826BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826BA

Black with #3826BA

Text Example


Text Example

White with #3826BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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