Html Css Color HEX #442FB1 Blue Gem

📋 copy color: '#442FB1'

red 68 ◦ green 47 ◦ blue 177

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

Shades of Blue Gem #442FB1

Tints of Blue Gem #442FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.62%

R = 23.29%
G = 16.1%
B = 60.62%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#442FB1 (or 0x442FB1) is known color: Blue Gem. HEX triplet: 44, 2F and B1. RGB value is (68,47,177). Sum of RGB (Red+Green+Blue) = 68+47+177=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #442FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FB1 is #BBD04E. Grayscale: #434343. Windows color (decimal): -12308559 or 11611972. OLE color: 11611972.

HSL color Cylindrical-coordinate representation of color #442FB1: hue angle of 249.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442FB1 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 47 177 -
CMYK 0.62 0.73 0 0.31
HSL 249.69º 0.58% 0.44% -
HSV(B) 249.69º 0.73% 0.69% -
XYZ 11.34 6.44 42.24 -
YUV 68.1 189.46 127.93 -
System Red Green Blue C M Y K H S L
Decimal 68 47 177 0.62 0.73 0 0.31 249.69 0.58 0.44
Hex 44 2F B1 3E 49 0 1F FA 3A 2C
Octal 104 57 261 76 111 0 37 372 72 54
Binary 1000100 101111 10110001 111110 1001001 0 11111 11111010 111010 101100

Color Harmonies of #442FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FB1

Black with #442FB1

Text Example


Text Example

White with #442FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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