Html Css Color HEX #443AAD Blue Gem

📋 copy color: '#443AAD'

red 68 ◦ green 58 ◦ blue 173

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

Shades of Blue Gem #443AAD

Tints of Blue Gem #443AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

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

R = 22.74%
G = 19.4%
B = 57.86%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#443AAD (or 0x443AAD) is known color: Blue Gem. HEX triplet: 44, 3A and AD. RGB value is (68,58,173). Sum of RGB (Red+Green+Blue) = 68+58+173=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #443AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443AAD is #BBC552. Grayscale: #494949. Windows color (decimal): -12305747 or 11352644. OLE color: 11352644.

HSL color Cylindrical-coordinate representation of color #443AAD: hue angle of 245.22º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443AAD is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 58 173 -
CMYK 0.61 0.66 0 0.32
HSL 245.22º 0.5% 0.45% -
HSV(B) 245.22º 0.66% 0.68% -
XYZ 11.44 7.27 40.34 -
YUV 74.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 68 58 173 0.61 0.66 0 0.32 245.22 0.5 0.45
Hex 44 3A AD 3D 42 0 20 F5 32 2D
Octal 104 72 255 75 102 0 40 365 62 55
Binary 1000100 111010 10101101 111101 1000010 0 100000 11110101 110010 101101

Color Harmonies of #443AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AAD

Black with #443AAD

Text Example


Text Example

White with #443AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443AAD; }

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

 H1.HeaderClassName
 {
   color: #443AAD;
 }
 .AnyTagClassName
 {
   color: #443AAD;
 }
</style>

background-color css

<style>
 a { background-color: #443AAD; }

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

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

border-color css

<style>
 span { border-color: #443AAD; }

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

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