Html Css Color HEX #442AAF Blue Gem

📋 copy color: '#442AAF'

red 68 ◦ green 42 ◦ blue 175

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

Shades of Blue Gem #442AAF

Tints of Blue Gem #442AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 23.86%
G = 14.74%
B = 61.4%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#442AAF (or 0x442AAF) is known color: Blue Gem. HEX triplet: 44, 2A and AF. RGB value is (68,42,175). Sum of RGB (Red+Green+Blue) = 68+42+175=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #442AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442AAF is #BBD550. Grayscale: #404040. Windows color (decimal): -12309841 or 11479620. OLE color: 11479620.

HSL color Cylindrical-coordinate representation of color #442AAF: hue angle of 251.73º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442AAF is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 42 175 -
CMYK 0.61 0.76 0 0.31
HSL 251.73º 0.61% 0.43% -
HSV(B) 251.73º 0.76% 0.69% -
XYZ 10.95 5.98 41.13 -
YUV 64.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 68 42 175 0.61 0.76 0 0.31 251.73 0.61 0.43
Hex 44 2A AF 3D 4C 0 1F FC 3D 2B
Octal 104 52 257 75 114 0 37 374 75 53
Binary 1000100 101010 10101111 111101 1001100 0 11111 11111100 111101 101011

Color Harmonies of #442AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AAF

Black with #442AAF

Text Example


Text Example

White with #442AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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