Html Css Color HEX #4035AD Blue Gem

📋 copy color: '#4035AD'

red 64 ◦ green 53 ◦ blue 173

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

Shades of Blue Gem #4035AD

Tints of Blue Gem #4035AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 22.07%
G = 18.28%
B = 59.66%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4035AD (or 0x4035AD) is known color: Blue Gem. HEX triplet: 40, 35 and AD. RGB value is (64,53,173). Sum of RGB (Red+Green+Blue) = 64+53+173=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #4035AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4035AD is #BFCA52. Grayscale: #454545. Windows color (decimal): -12569171 or 11351360. OLE color: 11351360.

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

Color convert

RGB 64 53 173 -
CMYK 0.63 0.69 0 0.32
HSL 245.5º 0.53% 0.44% -
HSV(B) 245.5º 0.69% 0.68% -
XYZ 10.93 6.65 40.24 -
YUV 69.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 64 53 173 0.63 0.69 0 0.32 245.5 0.53 0.44
Hex 40 35 AD 3F 45 0 20 F6 35 2C
Octal 100 65 255 77 105 0 40 366 65 54
Binary 1000000 110101 10101101 111111 1000101 0 100000 11110110 110101 101100

Color Harmonies of #4035AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4035AD

Black with #4035AD

Text Example


Text Example

White with #4035AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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