Html Css Color HEX #3720A0 Blue Gem

📋 copy color: '#3720A0'

red 55 ◦ green 32 ◦ blue 160

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

Shades of Blue Gem #3720A0

Tints of Blue Gem #3720A0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

 BLUE value IS 160 (62.89% from 255) = 64.78%

R = 22.27%
G = 12.96%
B = 64.78%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3720A0 (or 0x3720A0) is known color: Blue Gem. HEX triplet: 37, 20 and A0. RGB value is (55,32,160). Sum of RGB (Red+Green+Blue) = 55+32+160=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 160 (62.89% from 255 or 64.78% from 247); Max value from RGB is 160 - color contains mainly: blue. Hex color #3720A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3720A0 is #C8DF5F. Grayscale: #343434. Windows color (decimal): -13164384 or 10494007. OLE color: 10494007.

HSL color Cylindrical-coordinate representation of color #3720A0: hue angle of 250.78º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3720A0 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 32 160 -
CMYK 0.66 0.80 0 0.37
HSL 250.78º 0.67% 0.38% -
HSV(B) 250.78º 0.8% 0.63% -
XYZ 8.44 4.38 33.66 -
YUV 53.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 55 32 160 0.66 0.80 0 0.37 250.78 0.67 0.38
Hex 37 20 A0 42 50 0 25 FB 43 26
Octal 67 40 240 102 120 0 45 373 103 46
Binary 110111 100000 10100000 1000010 1010000 0 100101 11111011 1000011 100110

Color Harmonies of #3720A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3720A0

Black with #3720A0

Text Example


Text Example

White with #3720A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3720A0; }

 p { color: rgb(55,32,160); }

 H1.HeaderClassName
 {
   color: #3720A0;
 }
 .AnyTagClassName
 {
   color: #3720A0;
 }
</style>

background-color css

<style>
 a { background-color: #3720A0; }

 a { background-color: rgb(55,32,160); }

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

border-color css

<style>
 span { border-color: #3720A0; }

 span { border-color: rgb(55,32,160); }

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