Html Css Color HEX #443AAA Blue Gem

📋 copy color: '#443AAA'

red 68 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #443AAA

Tints of Blue Gem #443AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 22.97%
G = 19.59%
B = 57.43%

CMYK

 C value IS 0.6

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#443AAA (or 0x443AAA) is known color: Blue Gem. HEX triplet: 44, 3A and AA. RGB value is (68,58,170). Sum of RGB (Red+Green+Blue) = 68+58+170=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #443AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443AAA is #BBC555. Grayscale: #494949. Windows color (decimal): -12305750 or 11156036. OLE color: 11156036.

HSL color Cylindrical-coordinate representation of color #443AAA: hue angle of 245.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443AAA is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 58 170 -
CMYK 0.6 0.66 0 0.33
HSL 245.36º 0.49% 0.45% -
HSV(B) 245.36º 0.66% 0.67% -
XYZ 11.15 7.16 38.82 -
YUV 73.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 68 58 170 0.6 0.66 0 0.33 245.36 0.49 0.45
Hex 44 3A AA 3C 42 0 21 F5 31 2D
Octal 104 72 252 74 102 0 41 365 61 55
Binary 1000100 111010 10101010 111100 1000010 0 100001 11110101 110001 101101

Color Harmonies of #443AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AAA

Black with #443AAA

Text Example


Text Example

White with #443AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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