Html Css Color HEX #443AAE Blue Gem

📋 copy color: '#443AAE'

red 68 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #443AAE

Tints of Blue Gem #443AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58%

R = 22.67%
G = 19.33%
B = 58%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#443AAE (or 0x443AAE) is known color: Blue Gem. HEX triplet: 44, 3A and AE. RGB value is (68,58,174). Sum of RGB (Red+Green+Blue) = 68+58+174=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #443AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443AAE is #BBC551. Grayscale: #494949. Windows color (decimal): -12305746 or 11418180. OLE color: 11418180.

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

Color convert

RGB 68 58 174 -
CMYK 0.61 0.67 0 0.32
HSL 245.17º 0.5% 0.45% -
HSV(B) 245.17º 0.67% 0.68% -
XYZ 11.54 7.31 40.85 -
YUV 74.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 68 58 174 0.61 0.67 0 0.32 245.17 0.5 0.45
Hex 44 3A AE 3D 43 0 20 F5 32 2D
Octal 104 72 256 75 103 0 40 365 62 55
Binary 1000100 111010 10101110 111101 1000011 0 100000 11110101 110010 101101

Color Harmonies of #443AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AAE

Black with #443AAE

Text Example


Text Example

White with #443AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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