Html Css Color HEX #442F9B Blue Gem

📋 copy color: '#442F9B'

red 68 ◦ green 47 ◦ blue 155

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

Shades of Blue Gem #442F9B

Tints of Blue Gem #442F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 25.19%
G = 17.41%
B = 57.41%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#442F9B (or 0x442F9B) is known color: Blue Gem. HEX triplet: 44, 2F and 9B. RGB value is (68,47,155). Sum of RGB (Red+Green+Blue) = 68+47+155=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #442F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F9B is #BBD064. Grayscale: #414141. Windows color (decimal): -12308581 or 10170180. OLE color: 10170180.

HSL color Cylindrical-coordinate representation of color #442F9B: hue angle of 251.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #442F9B is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 47 155 -
CMYK 0.56 0.70 0 0.39
HSL 251.67º 0.53% 0.4% -
HSV(B) 251.67º 0.7% 0.61% -
XYZ 9.32 5.63 31.61 -
YUV 65.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 68 47 155 0.56 0.70 0 0.39 251.67 0.53 0.4
Hex 44 2F 9B 38 46 0 27 FC 35 28
Octal 104 57 233 70 106 0 47 374 65 50
Binary 1000100 101111 10011011 111000 1000110 0 100111 11111100 110101 101000

Color Harmonies of #442F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F9B

Black with #442F9B

Text Example


Text Example

White with #442F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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