Html Css Color HEX #442AA8 Blue Gem

📋 copy color: '#442AA8'

red 68 ◦ green 42 ◦ blue 168

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

Shades of Blue Gem #442AA8

Tints of Blue Gem #442AA8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.11%

 BLUE value IS 168 (66.02% from 255) = 60.43%

R = 24.46%
G = 15.11%
B = 60.43%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#442AA8 (or 0x442AA8) is known color: Blue Gem. HEX triplet: 44, 2A and A8. RGB value is (68,42,168). Sum of RGB (Red+Green+Blue) = 68+42+168=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 168 (66.02% from 255 or 60.43% from 278); Max value from RGB is 168 - color contains mainly: blue. Hex color #442AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442AA8 is #BBD557. Grayscale: #3F3F3F. Windows color (decimal): -12309848 or 11020868. OLE color: 11020868.

HSL color Cylindrical-coordinate representation of color #442AA8: hue angle of 252.38º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442AA8 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 42 168 -
CMYK 0.60 0.75 0 0.34
HSL 252.38º 0.6% 0.41% -
HSV(B) 252.38º 0.75% 0.66% -
XYZ 10.28 5.71 37.61 -
YUV 64.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 68 42 168 0.60 0.75 0 0.34 252.38 0.6 0.41
Hex 44 2A A8 3C 4B 0 22 FC 3C 29
Octal 104 52 250 74 113 0 42 374 74 51
Binary 1000100 101010 10101000 111100 1001011 0 100010 11111100 111100 101001

Color Harmonies of #442AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AA8

Black with #442AA8

Text Example


Text Example

White with #442AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,168); }

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

background-color css

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

 a { background-color: rgb(68,42,168); }

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

border-color css

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

 span { border-color: rgb(68,42,168); }

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