Html Css Color HEX #442098 Blue Gem

📋 copy color: '#442098'

red 68 ◦ green 32 ◦ blue 152

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

Shades of Blue Gem #442098

Tints of Blue Gem #442098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 152 (59.77% from 255) = 60.32%

R = 26.98%
G = 12.7%
B = 60.32%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#442098 (or 0x442098) is known color: Blue Gem. HEX triplet: 44, 20 and 98. RGB value is (68,32,152). Sum of RGB (Red+Green+Blue) = 68+32+152=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #442098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442098 is #BBDF67. Grayscale: #383838. Windows color (decimal): -12312424 or 9969732. OLE color: 9969732.

HSL color Cylindrical-coordinate representation of color #442098: hue angle of 258º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442098 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 32 152 -
CMYK 0.55 0.79 0 0.40
HSL 258º 0.65% 0.36% -
HSV(B) 258º 0.79% 0.6% -
XYZ 8.57 4.53 30.13 -
YUV 56.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 68 32 152 0.55 0.79 0 0.40 258 0.65 0.36
Hex 44 20 98 37 4F 0 28 102 41 24
Octal 104 40 230 67 117 0 50 402 101 44
Binary 1000100 100000 10011000 110111 1001111 0 101000 100000010 1000001 100100

Color Harmonies of #442098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442098

Black with #442098

Text Example


Text Example

White with #442098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442098; }

 p { color: rgb(68,32,152); }

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

background-color css

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

 a { background-color: rgb(68,32,152); }

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

border-color css

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

 span { border-color: rgb(68,32,152); }

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