Html Css Color HEX #4034AA Blue Gem

📋 copy color: '#4034AA'

red 64 ◦ green 52 ◦ blue 170

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

Shades of Blue Gem #4034AA

Tints of Blue Gem #4034AA

RGB

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

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

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

R = 22.38%
G = 18.18%
B = 59.44%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4034AA (or 0x4034AA) is known color: Blue Gem. HEX triplet: 40, 34 and AA. RGB value is (64,52,170). Sum of RGB (Red+Green+Blue) = 64+52+170=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #4034AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4034AA is #BFCB55. Grayscale: #444444. Windows color (decimal): -12569430 or 11154496. OLE color: 11154496.

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

Color convert

RGB 64 52 170 -
CMYK 0.62 0.69 0 0.33
HSL 246.1º 0.53% 0.44% -
HSV(B) 246.1º 0.69% 0.67% -
XYZ 10.6 6.45 38.72 -
YUV 69.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 64 52 170 0.62 0.69 0 0.33 246.1 0.53 0.44
Hex 40 34 AA 3E 45 0 21 F6 35 2C
Octal 100 64 252 76 105 0 41 366 65 54
Binary 1000000 110100 10101010 111110 1000101 0 100001 11110110 110101 101100

Color Harmonies of #4034AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4034AA

Black with #4034AA

Text Example


Text Example

White with #4034AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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