Html Css Color HEX #443096 Blue Gem

📋 copy color: '#443096'

red 68 ◦ green 48 ◦ blue 150

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

Shades of Blue Gem #443096

Tints of Blue Gem #443096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 25.56%
G = 18.05%
B = 56.39%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#443096 (or 0x443096) is known color: Blue Gem. HEX triplet: 44, 30 and 96. RGB value is (68,48,150). Sum of RGB (Red+Green+Blue) = 68+48+150=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #443096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443096 is #BBCF69. Grayscale: #414141. Windows color (decimal): -12308330 or 9842756. OLE color: 9842756.

HSL color Cylindrical-coordinate representation of color #443096: hue angle of 251.76º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443096 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 48 150 -
CMYK 0.55 0.68 0 0.41
HSL 251.76º 0.52% 0.39% -
HSV(B) 251.76º 0.68% 0.59% -
XYZ 8.95 5.54 29.45 -
YUV 65.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 68 48 150 0.55 0.68 0 0.41 251.76 0.52 0.39
Hex 44 30 96 37 44 0 29 FC 34 27
Octal 104 60 226 67 104 0 51 374 64 47
Binary 1000100 110000 10010110 110111 1000100 0 101001 11111100 110100 100111

Color Harmonies of #443096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443096

Black with #443096

Text Example


Text Example

White with #443096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443096; }

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

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

background-color css

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

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

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

border-color css

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

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

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