Html Css Color HEX #3826AD Blue Gem

📋 copy color: '#3826AD'

red 56 ◦ green 38 ◦ blue 173

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

Shades of Blue Gem #3826AD

Tints of Blue Gem #3826AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 20.97%
G = 14.23%
B = 64.79%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3826AD (or 0x3826AD) is known color: Blue Gem. HEX triplet: 38, 26 and AD. RGB value is (56,38,173). Sum of RGB (Red+Green+Blue) = 56+38+173=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #3826AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3826AD is #C7D952. Grayscale: #3A3A3A. Windows color (decimal): -13097299 or 11347512. OLE color: 11347512.

HSL color Cylindrical-coordinate representation of color #3826AD: hue angle of 248º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3826AD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 38 173 -
CMYK 0.68 0.78 0 0.32
HSL 248º 0.64% 0.41% -
HSV(B) 248º 0.78% 0.68% -
XYZ 9.87 5.24 40.03 -
YUV 58.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 56 38 173 0.68 0.78 0 0.32 248 0.64 0.41
Hex 38 26 AD 44 4E 0 20 F8 40 29
Octal 70 46 255 104 116 0 40 370 100 51
Binary 111000 100110 10101101 1000100 1001110 0 100000 11111000 1000000 101001

Color Harmonies of #3826AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826AD

Black with #3826AD

Text Example


Text Example

White with #3826AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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