Html Css Color HEX #442DAB Blue Gem

📋 copy color: '#442DAB'

red 68 ◦ green 45 ◦ blue 171

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

Shades of Blue Gem #442DAB

Tints of Blue Gem #442DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 23.94%
G = 15.85%
B = 60.21%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#442DAB (or 0x442DAB) is known color: Blue Gem. HEX triplet: 44, 2D and AB. RGB value is (68,45,171). Sum of RGB (Red+Green+Blue) = 68+45+171=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #442DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442DAB is #BBD254. Grayscale: #414141. Windows color (decimal): -12309077 or 11218244. OLE color: 11218244.

HSL color Cylindrical-coordinate representation of color #442DAB: hue angle of 250.95º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442DAB is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 45 171 -
CMYK 0.60 0.74 0 0.33
HSL 250.95º 0.58% 0.42% -
HSV(B) 250.95º 0.74% 0.67% -
XYZ 10.67 6.05 39.13 -
YUV 66.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 68 45 171 0.60 0.74 0 0.33 250.95 0.58 0.42
Hex 44 2D AB 3C 4A 0 21 FB 3A 2A
Octal 104 55 253 74 112 0 41 373 72 52
Binary 1000100 101101 10101011 111100 1001010 0 100001 11111011 111010 101010

Color Harmonies of #442DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DAB

Black with #442DAB

Text Example


Text Example

White with #442DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442DAB; }

 p { color: rgb(68,45,171); }

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

background-color css

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

 a { background-color: rgb(68,45,171); }

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

border-color css

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

 span { border-color: rgb(68,45,171); }

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