Html Css Color HEX #442D8E Blue Gem

📋 copy color: '#442D8E'

red 68 ◦ green 45 ◦ blue 142

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

Shades of Blue Gem #442D8E

Tints of Blue Gem #442D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 26.67%
G = 17.65%
B = 55.69%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#442D8E (or 0x442D8E) is known color: Blue Gem. HEX triplet: 44, 2D and 8E. RGB value is (68,45,142). Sum of RGB (Red+Green+Blue) = 68+45+142=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #442D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442D8E is #BBD271. Grayscale: #3E3E3E. Windows color (decimal): -12309106 or 9317700. OLE color: 9317700.

HSL color Cylindrical-coordinate representation of color #442D8E: hue angle of 254.23º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442D8E is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 45 142 -
CMYK 0.52 0.68 0 0.44
HSL 254.23º 0.52% 0.37% -
HSV(B) 254.23º 0.68% 0.56% -
XYZ 8.2 5.06 26.14 -
YUV 62.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 68 45 142 0.52 0.68 0 0.44 254.23 0.52 0.37
Hex 44 2D 8E 34 44 0 2C FE 34 25
Octal 104 55 216 64 104 0 54 376 64 45
Binary 1000100 101101 10001110 110100 1000100 0 101100 11111110 110100 100101

Color Harmonies of #442D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D8E

Black with #442D8E

Text Example


Text Example

White with #442D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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