Html Css Color HEX #3826D1 Persian Blue

📋 copy color: '#3826D1'

red 56 ◦ green 38 ◦ blue 209

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

Shades of Persian Blue #3826D1

Tints of Persian Blue #3826D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 68.98%

R = 18.48%
G = 12.54%
B = 68.98%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3826D1 (or 0x3826D1) is known color: Persian Blue. HEX triplet: 38, 26 and D1. RGB value is (56,38,209). Sum of RGB (Red+Green+Blue) = 56+38+209=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #3826D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826D1 is #C7D92E. Grayscale: #3E3E3E. Windows color (decimal): -13097263 or 13706808. OLE color: 13706808.

HSL color Cylindrical-coordinate representation of color #3826D1: hue angle of 246.32º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3826D1 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 38 209 -
CMYK 0.73 0.82 0 0.18
HSL 246.32º 0.69% 0.48% -
HSV(B) 246.32º 0.82% 0.82% -
XYZ 13.83 6.83 60.91 -
YUV 62.88 210.46 123.1 -
System Red Green Blue C M Y K H S L
Decimal 56 38 209 0.73 0.82 0 0.18 246.32 0.69 0.48
Hex 38 26 D1 49 52 0 12 F6 45 30
Octal 70 46 321 111 122 0 22 366 105 60
Binary 111000 100110 11010001 1001001 1010010 0 10010 11110110 1000101 110000

Color Harmonies of #3826D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826D1

Black with #3826D1

Text Example


Text Example

White with #3826D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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