Html Css Color HEX #4039AA Blue Gem

📋 copy color: '#4039AA'

red 64 ◦ green 57 ◦ blue 170

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

Shades of Blue Gem #4039AA

Tints of Blue Gem #4039AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

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

R = 21.99%
G = 19.59%
B = 58.42%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4039AA (or 0x4039AA) is known color: Blue Gem. HEX triplet: 40, 39 and AA. RGB value is (64,57,170). Sum of RGB (Red+Green+Blue) = 64+57+170=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4039AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4039AA is #BFC655. Grayscale: #474747. Windows color (decimal): -12568150 or 11155776. OLE color: 11155776.

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

Color convert

RGB 64 57 170 -
CMYK 0.62 0.66 0 0.33
HSL 243.72º 0.5% 0.45% -
HSV(B) 243.72º 0.66% 0.67% -
XYZ 10.83 6.92 38.79 -
YUV 71.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 64 57 170 0.62 0.66 0 0.33 243.72 0.5 0.45
Hex 40 39 AA 3E 42 0 21 F4 32 2D
Octal 100 71 252 76 102 0 41 364 62 55
Binary 1000000 111001 10101010 111110 1000010 0 100001 11110100 110010 101101

Color Harmonies of #4039AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4039AA

Black with #4039AA

Text Example


Text Example

White with #4039AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,57,170); }

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

background-color css

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

 a { background-color: rgb(64,57,170); }

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

border-color css

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

 span { border-color: rgb(64,57,170); }

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