Html Css Color HEX #443CAA Blue Gem

📋 copy color: '#443CAA'

red 68 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #443CAA

Tints of Blue Gem #443CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

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

R = 22.82%
G = 20.13%
B = 57.05%

CMYK

 C value IS 0.6

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#443CAA (or 0x443CAA) is known color: Blue Gem. HEX triplet: 44, 3C and AA. RGB value is (68,60,170). Sum of RGB (Red+Green+Blue) = 68+60+170=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #443CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443CAA is #BBC355. Grayscale: #4A4A4A. Windows color (decimal): -12305238 or 11156548. OLE color: 11156548.

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

Color convert

RGB 68 60 170 -
CMYK 0.6 0.65 0 0.33
HSL 244.36º 0.48% 0.45% -
HSV(B) 244.36º 0.65% 0.67% -
XYZ 11.26 7.36 38.86 -
YUV 74.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 68 60 170 0.6 0.65 0 0.33 244.36 0.48 0.45
Hex 44 3C AA 3C 41 0 21 F4 30 2D
Octal 104 74 252 74 101 0 41 364 60 55
Binary 1000100 111100 10101010 111100 1000001 0 100001 11110100 110000 101101

Color Harmonies of #443CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443CAA

Black with #443CAA

Text Example


Text Example

White with #443CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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