Html Css Color HEX #3832AA Blue Gem

📋 copy color: '#3832AA'

red 56 ◦ green 50 ◦ blue 170

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

Shades of Blue Gem #3832AA

Tints of Blue Gem #3832AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 20.29%
G = 18.12%
B = 61.59%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3832AA (or 0x3832AA) is known color: Blue Gem. HEX triplet: 38, 32 and AA. RGB value is (56,50,170). Sum of RGB (Red+Green+Blue) = 56+50+170=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #3832AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3832AA is #C7CD55. Grayscale: #414141. Windows color (decimal): -13094230 or 11153976. OLE color: 11153976.

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

Color convert

RGB 56 50 170 -
CMYK 0.67 0.71 0 0.33
HSL 243º 0.55% 0.43% -
HSV(B) 243º 0.71% 0.67% -
XYZ 10.03 6.02 38.66 -
YUV 65.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 56 50 170 0.67 0.71 0 0.33 243 0.55 0.43
Hex 38 32 AA 43 47 0 21 F3 37 2B
Octal 70 62 252 103 107 0 41 363 67 53
Binary 111000 110010 10101010 1000011 1000111 0 100001 11110011 110111 101011

Color Harmonies of #3832AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3832AA

Black with #3832AA

Text Example


Text Example

White with #3832AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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