Html Css Color HEX #4435AD Blue Gem

📋 copy color: '#4435AD'

red 68 ◦ green 53 ◦ blue 173

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

Shades of Blue Gem #4435AD

Tints of Blue Gem #4435AD

RGB

 RED value IS 68 (26.95% from 255) = 23.13%

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

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

R = 23.13%
G = 18.03%
B = 58.84%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4435AD (or 0x4435AD) is known color: Blue Gem. HEX triplet: 44, 35 and AD. RGB value is (68,53,173). Sum of RGB (Red+Green+Blue) = 68+53+173=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #4435AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4435AD is #BBCA52. Grayscale: #464646. Windows color (decimal): -12307027 or 11351364. OLE color: 11351364.

HSL color Cylindrical-coordinate representation of color #4435AD: hue angle of 247.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 #4435AD is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 53 173 -
CMYK 0.61 0.69 0 0.32
HSL 247.5º 0.53% 0.44% -
HSV(B) 247.5º 0.69% 0.68% -
XYZ 11.2 6.79 40.26 -
YUV 71.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 68 53 173 0.61 0.69 0 0.32 247.5 0.53 0.44
Hex 44 35 AD 3D 45 0 20 F8 35 2C
Octal 104 65 255 75 105 0 40 370 65 54
Binary 1000100 110101 10101101 111101 1000101 0 100000 11111000 110101 101100

Color Harmonies of #4435AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4435AD

Black with #4435AD

Text Example


Text Example

White with #4435AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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