Html Css Color HEX #443095 Blue Gem

📋 copy color: '#443095'

red 68 ◦ green 48 ◦ blue 149

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

Shades of Blue Gem #443095

Tints of Blue Gem #443095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 25.66%
G = 18.11%
B = 56.23%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#443095 (or 0x443095) is known color: Blue Gem. HEX triplet: 44, 30 and 95. RGB value is (68,48,149). Sum of RGB (Red+Green+Blue) = 68+48+149=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #443095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443095 is #BBCF6A. Grayscale: #414141. Windows color (decimal): -12308331 or 9777220. OLE color: 9777220.

HSL color Cylindrical-coordinate representation of color #443095: hue angle of 251.88º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443095 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 48 149 -
CMYK 0.54 0.68 0 0.42
HSL 251.88º 0.51% 0.39% -
HSV(B) 251.88º 0.68% 0.58% -
XYZ 8.87 5.51 29.03 -
YUV 65.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 68 48 149 0.54 0.68 0 0.42 251.88 0.51 0.39
Hex 44 30 95 36 44 0 2A FC 33 27
Octal 104 60 225 66 104 0 52 374 63 47
Binary 1000100 110000 10010101 110110 1000100 0 101010 11111100 110011 100111

Color Harmonies of #443095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443095

Black with #443095

Text Example


Text Example

White with #443095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443095; }

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

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

background-color css

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

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

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

border-color css

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

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

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