Html Css Color HEX #4034AB Blue Gem

📋 copy color: '#4034AB'

red 64 ◦ green 52 ◦ blue 171

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

Shades of Blue Gem #4034AB

Tints of Blue Gem #4034AB

RGB

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

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

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

R = 22.3%
G = 18.12%
B = 59.58%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4034AB (or 0x4034AB) is known color: Blue Gem. HEX triplet: 40, 34 and AB. RGB value is (64,52,171). Sum of RGB (Red+Green+Blue) = 64+52+171=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #4034AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4034AB is #BFCB54. Grayscale: #444444. Windows color (decimal): -12569429 or 11220032. OLE color: 11220032.

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

Color convert

RGB 64 52 171 -
CMYK 0.63 0.70 0 0.33
HSL 246.05º 0.53% 0.44% -
HSV(B) 246.05º 0.7% 0.67% -
XYZ 10.69 6.49 39.22 -
YUV 69.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 64 52 171 0.63 0.70 0 0.33 246.05 0.53 0.44
Hex 40 34 AB 3F 46 0 21 F6 35 2C
Octal 100 64 253 77 106 0 41 366 65 54
Binary 1000000 110100 10101011 111111 1000110 0 100001 11110110 110101 101100

Color Harmonies of #4034AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4034AB

Black with #4034AB

Text Example


Text Example

White with #4034AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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