Html Css Color HEX #442F92 Blue Gem

📋 copy color: '#442F92'

red 68 ◦ green 47 ◦ blue 146

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

Shades of Blue Gem #442F92

Tints of Blue Gem #442F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 26.05%
G = 18.01%
B = 55.94%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442F92 (or 0x442F92) is known color: Blue Gem. HEX triplet: 44, 2F and 92. RGB value is (68,47,146). Sum of RGB (Red+Green+Blue) = 68+47+146=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #442F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F92 is #BBD06D. Grayscale: #404040. Windows color (decimal): -12308590 or 9580356. OLE color: 9580356.

HSL color Cylindrical-coordinate representation of color #442F92: hue angle of 252.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442F92 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 47 146 -
CMYK 0.53 0.68 0 0.43
HSL 252.73º 0.51% 0.38% -
HSV(B) 252.73º 0.68% 0.57% -
XYZ 8.59 5.34 27.77 -
YUV 64.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 68 47 146 0.53 0.68 0 0.43 252.73 0.51 0.38
Hex 44 2F 92 35 44 0 2B FD 33 26
Octal 104 57 222 65 104 0 53 375 63 46
Binary 1000100 101111 10010010 110101 1000100 0 101011 11111101 110011 100110

Color Harmonies of #442F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F92

Black with #442F92

Text Example


Text Example

White with #442F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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