Html Css Color HEX #4039AC Blue Gem

📋 copy color: '#4039AC'

red 64 ◦ green 57 ◦ blue 172

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

Shades of Blue Gem #4039AC

Tints of Blue Gem #4039AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.7%

R = 21.84%
G = 19.45%
B = 58.7%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4039AC (or 0x4039AC) is known color: Blue Gem. HEX triplet: 40, 39 and AC. RGB value is (64,57,172). Sum of RGB (Red+Green+Blue) = 64+57+172=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #4039AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4039AC is #BFC653. Grayscale: #474747. Windows color (decimal): -12568148 or 11286848. OLE color: 11286848.

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

Color convert

RGB 64 57 172 -
CMYK 0.63 0.67 0 0.33
HSL 243.65º 0.5% 0.45% -
HSV(B) 243.65º 0.67% 0.67% -
XYZ 11.02 6.99 39.8 -
YUV 72.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 64 57 172 0.63 0.67 0 0.33 243.65 0.5 0.45
Hex 40 39 AC 3F 43 0 21 F4 32 2D
Octal 100 71 254 77 103 0 41 364 62 55
Binary 1000000 111001 10101100 111111 1000011 0 100001 11110100 110010 101101

Color Harmonies of #4039AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4039AC

Black with #4039AC

Text Example


Text Example

White with #4039AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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