Html Css Color HEX #443AB0 Blue Gem

📋 copy color: '#443AB0'

red 68 ◦ green 58 ◦ blue 176

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

Shades of Blue Gem #443AB0

Tints of Blue Gem #443AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 176 (69.14% from 255) = 58.28%

R = 22.52%
G = 19.21%
B = 58.28%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#443AB0 (or 0x443AB0) is known color: Blue Gem. HEX triplet: 44, 3A and B0. RGB value is (68,58,176). Sum of RGB (Red+Green+Blue) = 68+58+176=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 176 (69.14% from 255 or 58.28% from 302); Max value from RGB is 176 - color contains mainly: blue. Hex color #443AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443AB0 is #BBC54F. Grayscale: #494949. Windows color (decimal): -12305744 or 11549252. OLE color: 11549252.

HSL color Cylindrical-coordinate representation of color #443AB0: hue angle of 245.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443AB0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 58 176 -
CMYK 0.61 0.67 0 0.31
HSL 245.08º 0.5% 0.46% -
HSV(B) 245.08º 0.67% 0.69% -
XYZ 11.73 7.39 41.88 -
YUV 74.44 185.31 123.41 -
System Red Green Blue C M Y K H S L
Decimal 68 58 176 0.61 0.67 0 0.31 245.08 0.5 0.46
Hex 44 3A B0 3D 43 0 1F F5 32 2E
Octal 104 72 260 75 103 0 37 365 62 56
Binary 1000100 111010 10110000 111101 1000011 0 11111 11110101 110010 101110

Color Harmonies of #443AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AB0

Black with #443AB0

Text Example


Text Example

White with #443AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443AB0; }

 p { color: rgb(68,58,176); }

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

background-color css

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

 a { background-color: rgb(68,58,176); }

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

border-color css

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

 span { border-color: rgb(68,58,176); }

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