Html Css Color HEX #4034AD Blue Gem

📋 copy color: '#4034AD'

red 64 ◦ green 52 ◦ blue 173

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

Shades of Blue Gem #4034AD

Tints of Blue Gem #4034AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 173 (67.97% from 255) = 59.86%

R = 22.15%
G = 17.99%
B = 59.86%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4034AD (or 0x4034AD) is known color: Blue Gem. HEX triplet: 40, 34 and AD. RGB value is (64,52,173). Sum of RGB (Red+Green+Blue) = 64+52+173=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #4034AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4034AD is #BFCB52. Grayscale: #444444. Windows color (decimal): -12569427 or 11351104. OLE color: 11351104.

HSL color Cylindrical-coordinate representation of color #4034AD: hue angle of 245.95º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4034AD is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 52 173 -
CMYK 0.63 0.70 0 0.32
HSL 245.95º 0.54% 0.44% -
HSV(B) 245.95º 0.7% 0.68% -
XYZ 10.89 6.56 40.23 -
YUV 69.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 64 52 173 0.63 0.70 0 0.32 245.95 0.54 0.44
Hex 40 34 AD 3F 46 0 20 F6 36 2C
Octal 100 64 255 77 106 0 40 366 66 54
Binary 1000000 110100 10101101 111111 1000110 0 100000 11110110 110110 101100

Color Harmonies of #4034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4034AD

Black with #4034AD

Text Example


Text Example

White with #4034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4034AD; }

 p { color: rgb(64,52,173); }

 H1.HeaderClassName
 {
   color: #4034AD;
 }
 .AnyTagClassName
 {
   color: #4034AD;
 }
</style>

background-color css

<style>
 a { background-color: #4034AD; }

 a { background-color: rgb(64,52,173); }

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

border-color css

<style>
 span { border-color: #4034AD; }

 span { border-color: rgb(64,52,173); }

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