Html Css Color HEX #443490 Blue Gem

📋 copy color: '#443490'

red 68 ◦ green 52 ◦ blue 144

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

Shades of Blue Gem #443490

Tints of Blue Gem #443490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 25.76%
G = 19.7%
B = 54.55%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#443490 (or 0x443490) is known color: Blue Gem. HEX triplet: 44, 34 and 90. RGB value is (68,52,144). Sum of RGB (Red+Green+Blue) = 68+52+144=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #443490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443490 is #BBCB6F. Grayscale: #424242. Windows color (decimal): -12307312 or 9450564. OLE color: 9450564.

HSL color Cylindrical-coordinate representation of color #443490: hue angle of 250.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #443490 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 52 144 -
CMYK 0.53 0.64 0 0.44
HSL 250.43º 0.47% 0.38% -
HSV(B) 250.43º 0.64% 0.56% -
XYZ 8.65 5.7 27.03 -
YUV 67.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 68 52 144 0.53 0.64 0 0.44 250.43 0.47 0.38
Hex 44 34 90 35 40 0 2C FA 2F 26
Octal 104 64 220 65 100 0 54 372 57 46
Binary 1000100 110100 10010000 110101 1000000 0 101100 11111010 101111 100110

Color Harmonies of #443490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443490

Black with #443490

Text Example


Text Example

White with #443490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443490; }

 p { color: rgb(68,52,144); }

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

background-color css

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

 a { background-color: rgb(68,52,144); }

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

border-color css

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

 span { border-color: rgb(68,52,144); }

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