Html Css Color HEX #442B9E Blue Gem

📋 copy color: '#442B9E'

red 68 ◦ green 43 ◦ blue 158

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

Shades of Blue Gem #442B9E

Tints of Blue Gem #442B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 25.28%
G = 15.99%
B = 58.74%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#442B9E (or 0x442B9E) is known color: Blue Gem. HEX triplet: 44, 2B and 9E. RGB value is (68,43,158). Sum of RGB (Red+Green+Blue) = 68+43+158=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #442B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B9E is #BBD461. Grayscale: #3F3F3F. Windows color (decimal): -12309602 or 10365764. OLE color: 10365764.

HSL color Cylindrical-coordinate representation of color #442B9E: hue angle of 253.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442B9E is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 43 158 -
CMYK 0.57 0.73 0 0.38
HSL 253.04º 0.57% 0.39% -
HSV(B) 253.04º 0.73% 0.62% -
XYZ 9.42 5.43 32.9 -
YUV 63.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 68 43 158 0.57 0.73 0 0.38 253.04 0.57 0.39
Hex 44 2B 9E 39 49 0 26 FD 39 27
Octal 104 53 236 71 111 0 46 375 71 47
Binary 1000100 101011 10011110 111001 1001001 0 100110 11111101 111001 100111

Color Harmonies of #442B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B9E

Black with #442B9E

Text Example


Text Example

White with #442B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,158); }

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

background-color css

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

 a { background-color: rgb(68,43,158); }

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

border-color css

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

 span { border-color: rgb(68,43,158); }

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