Html Css Color HEX #443391 Blue Gem

📋 copy color: '#443391'

red 68 ◦ green 51 ◦ blue 145

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

Shades of Blue Gem #443391

Tints of Blue Gem #443391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 25.76%
G = 19.32%
B = 54.92%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#443391 (or 0x443391) is known color: Blue Gem. HEX triplet: 44, 33 and 91. RGB value is (68,51,145). Sum of RGB (Red+Green+Blue) = 68+51+145=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #443391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443391 is #BBCC6E. Grayscale: #424242. Windows color (decimal): -12307567 or 9515844. OLE color: 9515844.

HSL color Cylindrical-coordinate representation of color #443391: hue angle of 250.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443391 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 51 145 -
CMYK 0.53 0.65 0 0.43
HSL 250.85º 0.48% 0.38% -
HSV(B) 250.85º 0.65% 0.57% -
XYZ 8.68 5.64 27.42 -
YUV 66.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 68 51 145 0.53 0.65 0 0.43 250.85 0.48 0.38
Hex 44 33 91 35 41 0 2B FB 30 26
Octal 104 63 221 65 101 0 53 373 60 46
Binary 1000100 110011 10010001 110101 1000001 0 101011 11111011 110000 100110

Color Harmonies of #443391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443391

Black with #443391

Text Example


Text Example

White with #443391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443391; }

 p { color: rgb(68,51,145); }

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

background-color css

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

 a { background-color: rgb(68,51,145); }

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

border-color css

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

 span { border-color: rgb(68,51,145); }

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