Html Css Color HEX #442F96 Blue Gem

📋 copy color: '#442F96'

red 68 ◦ green 47 ◦ blue 150

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

Shades of Blue Gem #442F96

Tints of Blue Gem #442F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 25.66%
G = 17.74%
B = 56.6%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#442F96 (or 0x442F96) is known color: Blue Gem. HEX triplet: 44, 2F and 96. RGB value is (68,47,150). Sum of RGB (Red+Green+Blue) = 68+47+150=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #442F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F96 is #BBD069. Grayscale: #404040. Windows color (decimal): -12308586 or 9842500. OLE color: 9842500.

HSL color Cylindrical-coordinate representation of color #442F96: hue angle of 252.23º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442F96 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 47 150 -
CMYK 0.55 0.69 0 0.41
HSL 252.23º 0.52% 0.39% -
HSV(B) 252.23º 0.69% 0.59% -
XYZ 8.91 5.46 29.44 -
YUV 65.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 68 47 150 0.55 0.69 0 0.41 252.23 0.52 0.39
Hex 44 2F 96 37 45 0 29 FC 34 27
Octal 104 57 226 67 105 0 51 374 64 47
Binary 1000100 101111 10010110 110111 1000101 0 101001 11111100 110100 100111

Color Harmonies of #442F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F96

Black with #442F96

Text Example


Text Example

White with #442F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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