Html Css Color HEX #443090 Blue Gem

📋 copy color: '#443090'

red 68 ◦ green 48 ◦ blue 144

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

Shades of Blue Gem #443090

Tints of Blue Gem #443090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 26.15%
G = 18.46%
B = 55.38%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#443090 (or 0x443090) is known color: Blue Gem. HEX triplet: 44, 30 and 90. RGB value is (68,48,144). Sum of RGB (Red+Green+Blue) = 68+48+144=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #443090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443090 is #BBCF6F. Grayscale: #404040. Windows color (decimal): -12308336 or 9449540. OLE color: 9449540.

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

Color convert

RGB 68 48 144 -
CMYK 0.53 0.67 0 0.44
HSL 252.5º 0.5% 0.38% -
HSV(B) 252.5º 0.67% 0.56% -
XYZ 8.47 5.36 26.97 -
YUV 64.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 68 48 144 0.53 0.67 0 0.44 252.5 0.5 0.38
Hex 44 30 90 35 43 0 2C FD 32 26
Octal 104 60 220 65 103 0 54 375 62 46
Binary 1000100 110000 10010000 110101 1000011 0 101100 11111101 110010 100110

Color Harmonies of #443090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443090

Black with #443090

Text Example


Text Example

White with #443090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443090; }

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

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

background-color css

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

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

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

border-color css

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

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

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