Html Css Color HEX #443495 Blue Gem

📋 copy color: '#443495'

red 68 ◦ green 52 ◦ blue 149

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

Shades of Blue Gem #443495

Tints of Blue Gem #443495

RGB

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

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

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

R = 25.28%
G = 19.33%
B = 55.39%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#443495 (or 0x443495) is known color: Blue Gem. HEX triplet: 44, 34 and 95. RGB value is (68,52,149). Sum of RGB (Red+Green+Blue) = 68+52+149=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #443495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443495 is #BBCB6A. Grayscale: #434343. Windows color (decimal): -12307307 or 9778244. OLE color: 9778244.

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

Color convert

RGB 68 52 149 -
CMYK 0.54 0.65 0 0.42
HSL 249.9º 0.48% 0.39% -
HSV(B) 249.9º 0.65% 0.58% -
XYZ 9.04 5.85 29.09 -
YUV 67.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 68 52 149 0.54 0.65 0 0.42 249.9 0.48 0.39
Hex 44 34 95 36 41 0 2A FA 30 27
Octal 104 64 225 66 101 0 52 372 60 47
Binary 1000100 110100 10010101 110110 1000001 0 101010 11111010 110000 100111

Color Harmonies of #443495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443495

Black with #443495

Text Example


Text Example

White with #443495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443495; }

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

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

background-color css

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

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

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

border-color css

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

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

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