Html Css Color HEX #443595 Blue Gem

📋 copy color: '#443595'

red 68 ◦ green 53 ◦ blue 149

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

Shades of Blue Gem #443595

Tints of Blue Gem #443595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

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

R = 25.19%
G = 19.63%
B = 55.19%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#443595 (or 0x443595) is known color: Blue Gem. HEX triplet: 44, 35 and 95. RGB value is (68,53,149). Sum of RGB (Red+Green+Blue) = 68+53+149=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #443595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443595 is #BBCA6A. Grayscale: #444444. Windows color (decimal): -12307051 or 9778500. OLE color: 9778500.

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

Color convert

RGB 68 53 149 -
CMYK 0.54 0.64 0 0.42
HSL 249.38º 0.48% 0.4% -
HSV(B) 249.38º 0.64% 0.58% -
XYZ 9.08 5.95 29.1 -
YUV 68.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 68 53 149 0.54 0.64 0 0.42 249.38 0.48 0.4
Hex 44 35 95 36 40 0 2A F9 30 28
Octal 104 65 225 66 100 0 52 371 60 50
Binary 1000100 110101 10010101 110110 1000000 0 101010 11111001 110000 101000

Color Harmonies of #443595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443595

Black with #443595

Text Example


Text Example

White with #443595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443595; }

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

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

background-color css

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

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

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

border-color css

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

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

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