Html Css Color HEX #443091 Blue Gem

📋 copy color: '#443091'

red 68 ◦ green 48 ◦ blue 145

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

Shades of Blue Gem #443091

Tints of Blue Gem #443091

RGB

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

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

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

R = 26.05%
G = 18.39%
B = 55.56%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#443091 (or 0x443091) is known color: Blue Gem. HEX triplet: 44, 30 and 91. RGB value is (68,48,145). Sum of RGB (Red+Green+Blue) = 68+48+145=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #443091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443091 is #BBCF6E. Grayscale: #404040. Windows color (decimal): -12308335 or 9515076. OLE color: 9515076.

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

Color convert

RGB 68 48 145 -
CMYK 0.53 0.67 0 0.43
HSL 252.37º 0.5% 0.38% -
HSV(B) 252.37º 0.67% 0.57% -
XYZ 8.55 5.39 27.38 -
YUV 65.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 68 48 145 0.53 0.67 0 0.43 252.37 0.5 0.38
Hex 44 30 91 35 43 0 2B FC 32 26
Octal 104 60 221 65 103 0 53 374 62 46
Binary 1000100 110000 10010001 110101 1000011 0 101011 11111100 110010 100110

Color Harmonies of #443091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443091

Black with #443091

Text Example


Text Example

White with #443091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443091; }

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

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

background-color css

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

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

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

border-color css

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

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

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