Html Css Color HEX #443088 Blue Gem

📋 copy color: '#443088'

red 68 ◦ green 48 ◦ blue 136

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

Shades of Blue Gem #443088

Tints of Blue Gem #443088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 26.98%
G = 19.05%
B = 53.97%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#443088 (or 0x443088) is known color: Blue Gem. HEX triplet: 44, 30 and 88. RGB value is (68,48,136). Sum of RGB (Red+Green+Blue) = 68+48+136=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #443088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443088 is #BBCF77. Grayscale: #3F3F3F. Windows color (decimal): -12308344 or 8925252. OLE color: 8925252.

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

Color convert

RGB 68 48 136 -
CMYK 0.50 0.65 0 0.47
HSL 253.64º 0.48% 0.36% -
HSV(B) 253.64º 0.65% 0.53% -
XYZ 7.88 5.12 23.87 -
YUV 64.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 68 48 136 0.50 0.65 0 0.47 253.64 0.48 0.36
Hex 44 30 88 32 41 0 2F FE 30 24
Octal 104 60 210 62 101 0 57 376 60 44
Binary 1000100 110000 10001000 110010 1000001 0 101111 11111110 110000 100100

Color Harmonies of #443088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443088

Black with #443088

Text Example


Text Example

White with #443088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443088; }

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

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

background-color css

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

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

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

border-color css

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

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

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