Html Css Color HEX #443293 Blue Gem

📋 copy color: '#443293'

red 68 ◦ green 50 ◦ blue 147

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

Shades of Blue Gem #443293

Tints of Blue Gem #443293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 25.66%
G = 18.87%
B = 55.47%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#443293 (or 0x443293) is known color: Blue Gem. HEX triplet: 44, 32 and 93. RGB value is (68,50,147). Sum of RGB (Red+Green+Blue) = 68+50+147=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #443293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443293 is #BBCD6C. Grayscale: #424242. Windows color (decimal): -12307821 or 9646660. OLE color: 9646660.

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

Color convert

RGB 68 50 147 -
CMYK 0.54 0.66 0 0.42
HSL 251.13º 0.49% 0.39% -
HSV(B) 251.13º 0.66% 0.58% -
XYZ 8.79 5.62 28.22 -
YUV 66.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 68 50 147 0.54 0.66 0 0.42 251.13 0.49 0.39
Hex 44 32 93 36 42 0 2A FB 31 27
Octal 104 62 223 66 102 0 52 373 61 47
Binary 1000100 110010 10010011 110110 1000010 0 101010 11111011 110001 100111

Color Harmonies of #443293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443293

Black with #443293

Text Example


Text Example

White with #443293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443293; }

 p { color: rgb(68,50,147); }

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

background-color css

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

 a { background-color: rgb(68,50,147); }

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

border-color css

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

 span { border-color: rgb(68,50,147); }

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