Html Css Color HEX #442EAC Blue Gem

📋 copy color: '#442EAC'

red 68 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #442EAC

Tints of Blue Gem #442EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 23.78%
G = 16.08%
B = 60.14%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#442EAC (or 0x442EAC) is known color: Blue Gem. HEX triplet: 44, 2E and AC. RGB value is (68,46,172). Sum of RGB (Red+Green+Blue) = 68+46+172=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #442EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442EAC is #BBD153. Grayscale: #424242. Windows color (decimal): -12308820 or 11284036. OLE color: 11284036.

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

Color convert

RGB 68 46 172 -
CMYK 0.60 0.73 0 0.33
HSL 250.48º 0.58% 0.43% -
HSV(B) 250.48º 0.73% 0.67% -
XYZ 10.81 6.16 39.65 -
YUV 66.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 68 46 172 0.60 0.73 0 0.33 250.48 0.58 0.43
Hex 44 2E AC 3C 49 0 21 FA 3A 2B
Octal 104 56 254 74 111 0 41 372 72 53
Binary 1000100 101110 10101100 111100 1001001 0 100001 11111010 111010 101011

Color Harmonies of #442EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442EAC

Black with #442EAC

Text Example


Text Example

White with #442EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,46,172); }

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

background-color css

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

 a { background-color: rgb(68,46,172); }

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

border-color css

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

 span { border-color: rgb(68,46,172); }

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