Html Css Color HEX #3732AA Blue Gem

📋 copy color: '#3732AA'

red 55 ◦ green 50 ◦ blue 170

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

Shades of Blue Gem #3732AA

Tints of Blue Gem #3732AA

RGB

 RED value IS 55 (21.88% from 255) = 20%

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

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

R = 20%
G = 18.18%
B = 61.82%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3732AA (or 0x3732AA) is known color: Blue Gem. HEX triplet: 37, 32 and AA. RGB value is (55,50,170). Sum of RGB (Red+Green+Blue) = 55+50+170=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #3732AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3732AA is #C8CD55. Grayscale: #404040. Windows color (decimal): -13159766 or 11153975. OLE color: 11153975.

HSL color Cylindrical-coordinate representation of color #3732AA: hue angle of 242.5º 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 #3732AA is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 50 170 -
CMYK 0.68 0.71 0 0.33
HSL 242.5º 0.55% 0.43% -
HSV(B) 242.5º 0.71% 0.67% -
XYZ 9.97 6 38.66 -
YUV 65.18 187.16 120.74 -
System Red Green Blue C M Y K H S L
Decimal 55 50 170 0.68 0.71 0 0.33 242.5 0.55 0.43
Hex 37 32 AA 44 47 0 21 F2 37 2B
Octal 67 62 252 104 107 0 41 362 67 53
Binary 110111 110010 10101010 1000100 1000111 0 100001 11110010 110111 101011

Color Harmonies of #3732AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3732AA

Black with #3732AA

Text Example


Text Example

White with #3732AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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