Html Css Color HEX #4037AB Blue Gem

📋 copy color: '#4037AB'

red 64 ◦ green 55 ◦ blue 171

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

Shades of Blue Gem #4037AB

Tints of Blue Gem #4037AB

RGB

 RED value IS 64 (25.39% from 255) = 22.07%

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 22.07%
G = 18.97%
B = 58.97%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4037AB (or 0x4037AB) is known color: Blue Gem. HEX triplet: 40, 37 and AB. RGB value is (64,55,171). Sum of RGB (Red+Green+Blue) = 64+55+171=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #4037AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4037AB is #BFC854. Grayscale: #464646. Windows color (decimal): -12568661 or 11220800. OLE color: 11220800.

HSL color Cylindrical-coordinate representation of color #4037AB: hue angle of 244.66º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4037AB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 55 171 -
CMYK 0.63 0.68 0 0.33
HSL 244.66º 0.51% 0.44% -
HSV(B) 244.66º 0.68% 0.67% -
XYZ 10.83 6.76 39.26 -
YUV 70.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 64 55 171 0.63 0.68 0 0.33 244.66 0.51 0.44
Hex 40 37 AB 3F 44 0 21 F5 33 2C
Octal 100 67 253 77 104 0 41 365 63 54
Binary 1000000 110111 10101011 111111 1000100 0 100001 11110101 110011 101100

Color Harmonies of #4037AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4037AB

Black with #4037AB

Text Example


Text Example

White with #4037AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4037AB; }

 p { color: rgb(64,55,171); }

 H1.HeaderClassName
 {
   color: #4037AB;
 }
 .AnyTagClassName
 {
   color: #4037AB;
 }
</style>

background-color css

<style>
 a { background-color: #4037AB; }

 a { background-color: rgb(64,55,171); }

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

border-color css

<style>
 span { border-color: #4037AB; }

 span { border-color: rgb(64,55,171); }

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