Html Css Color HEX #442D8A Blue Gem

📋 copy color: '#442D8A'

red 68 ◦ green 45 ◦ blue 138

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

Shades of Blue Gem #442D8A

Tints of Blue Gem #442D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 27.09%
G = 17.93%
B = 54.98%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#442D8A (or 0x442D8A) is known color: Blue Gem. HEX triplet: 44, 2D and 8A. RGB value is (68,45,138). Sum of RGB (Red+Green+Blue) = 68+45+138=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #442D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442D8A is #BBD275. Grayscale: #3E3E3E. Windows color (decimal): -12309110 or 9055556. OLE color: 9055556.

HSL color Cylindrical-coordinate representation of color #442D8A: hue angle of 254.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442D8A is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 45 138 -
CMYK 0.51 0.67 0 0.46
HSL 254.84º 0.51% 0.36% -
HSV(B) 254.84º 0.67% 0.54% -
XYZ 7.91 4.94 24.58 -
YUV 62.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 68 45 138 0.51 0.67 0 0.46 254.84 0.51 0.36
Hex 44 2D 8A 33 43 0 2E FF 33 24
Octal 104 55 212 63 103 0 56 377 63 44
Binary 1000100 101101 10001010 110011 1000011 0 101110 11111111 110011 100100

Color Harmonies of #442D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D8A

Black with #442D8A

Text Example


Text Example

White with #442D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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