Html Css Color HEX #442FAC Blue Gem

📋 copy color: '#442FAC'

red 68 ◦ green 47 ◦ blue 172

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

Shades of Blue Gem #442FAC

Tints of Blue Gem #442FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

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

R = 23.69%
G = 16.38%
B = 59.93%

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

#442FAC (or 0x442FAC) is known color: Blue Gem. HEX triplet: 44, 2F and AC. RGB value is (68,47,172). Sum of RGB (Red+Green+Blue) = 68+47+172=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #442FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FAC is #BBD053. Grayscale: #434343. Windows color (decimal): -12308564 or 11284292. OLE color: 11284292.

HSL color Cylindrical-coordinate representation of color #442FAC: hue angle of 250.08º degrees, saturation: 0.57, 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 #442FAC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 47 172 -
CMYK 0.60 0.73 0 0.33
HSL 250.08º 0.57% 0.43% -
HSV(B) 250.08º 0.73% 0.67% -
XYZ 10.85 6.24 39.66 -
YUV 67.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 68 47 172 0.60 0.73 0 0.33 250.08 0.57 0.43
Hex 44 2F AC 3C 49 0 21 FA 39 2B
Octal 104 57 254 74 111 0 41 372 71 53
Binary 1000100 101111 10101100 111100 1001001 0 100001 11111010 111001 101011

Color Harmonies of #442FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FAC

Black with #442FAC

Text Example


Text Example

White with #442FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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