Html Css Color HEX #3828A2 Blue Gem

📋 copy color: '#3828A2'

red 56 ◦ green 40 ◦ blue 162

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

Shades of Blue Gem #3828A2

Tints of Blue Gem #3828A2

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

 BLUE value IS 162 (63.67% from 255) = 62.79%

R = 21.71%
G = 15.5%
B = 62.79%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3828A2 (or 0x3828A2) is known color: Blue Gem. HEX triplet: 38, 28 and A2. RGB value is (56,40,162). Sum of RGB (Red+Green+Blue) = 56+40+162=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #3828A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3828A2 is #C7D75D. Grayscale: #3A3A3A. Windows color (decimal): -13096798 or 10627128. OLE color: 10627128.

HSL color Cylindrical-coordinate representation of color #3828A2: hue angle of 247.87º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3828A2 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 40 162 -
CMYK 0.65 0.75 0 0.36
HSL 247.87º 0.6% 0.4% -
HSV(B) 247.87º 0.75% 0.64% -
XYZ 8.91 4.97 34.67 -
YUV 58.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 56 40 162 0.65 0.75 0 0.36 247.87 0.6 0.4
Hex 38 28 A2 41 4B 0 24 F8 3C 28
Octal 70 50 242 101 113 0 44 370 74 50
Binary 111000 101000 10100010 1000001 1001011 0 100100 11111000 111100 101000

Color Harmonies of #3828A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3828A2

Black with #3828A2

Text Example


Text Example

White with #3828A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3828A2; }

 p { color: rgb(56,40,162); }

 H1.HeaderClassName
 {
   color: #3828A2;
 }
 .AnyTagClassName
 {
   color: #3828A2;
 }
</style>

background-color css

<style>
 a { background-color: #3828A2; }

 a { background-color: rgb(56,40,162); }

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

border-color css

<style>
 span { border-color: #3828A2; }

 span { border-color: rgb(56,40,162); }

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