Html Css Color HEX #3828AA Blue Gem

📋 copy color: '#3828AA'

red 56 ◦ green 40 ◦ blue 170

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

Shades of Blue Gem #3828AA

Tints of Blue Gem #3828AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 21.05%
G = 15.04%
B = 63.91%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3828AA (or 0x3828AA) is known color: Blue Gem. HEX triplet: 38, 28 and AA. RGB value is (56,40,170). Sum of RGB (Red+Green+Blue) = 56+40+170=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #3828AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3828AA is #C7D755. Grayscale: #3B3B3B. Windows color (decimal): -13096790 or 11151416. OLE color: 11151416.

HSL color Cylindrical-coordinate representation of color #3828AA: hue angle of 247.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3828AA is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 40 170 -
CMYK 0.67 0.76 0 0.33
HSL 247.38º 0.62% 0.41% -
HSV(B) 247.38º 0.76% 0.67% -
XYZ 9.65 5.26 38.54 -
YUV 59.6 190.3 125.43 -
System Red Green Blue C M Y K H S L
Decimal 56 40 170 0.67 0.76 0 0.33 247.38 0.62 0.41
Hex 38 28 AA 43 4C 0 21 F7 3E 29
Octal 70 50 252 103 114 0 41 367 76 51
Binary 111000 101000 10101010 1000011 1001100 0 100001 11110111 111110 101001

Color Harmonies of #3828AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3828AA

Black with #3828AA

Text Example


Text Example

White with #3828AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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