Html Css Color HEX #442CAF Blue Gem

📋 copy color: '#442CAF'

red 68 ◦ green 44 ◦ blue 175

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

Shades of Blue Gem #442CAF

Tints of Blue Gem #442CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 23.69%
G = 15.33%
B = 60.98%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#442CAF (or 0x442CAF) is known color: Blue Gem. HEX triplet: 44, 2C and AF. RGB value is (68,44,175). Sum of RGB (Red+Green+Blue) = 68+44+175=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #442CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442CAF is #BBD350. Grayscale: #414141. Windows color (decimal): -12309329 or 11480132. OLE color: 11480132.

HSL color Cylindrical-coordinate representation of color #442CAF: hue angle of 250.99º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442CAF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 44 175 -
CMYK 0.61 0.75 0 0.31
HSL 250.99º 0.6% 0.43% -
HSV(B) 250.99º 0.75% 0.69% -
XYZ 11.02 6.13 41.16 -
YUV 66.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 68 44 175 0.61 0.75 0 0.31 250.99 0.6 0.43
Hex 44 2C AF 3D 4B 0 1F FB 3C 2B
Octal 104 54 257 75 113 0 37 373 74 53
Binary 1000100 101100 10101111 111101 1001011 0 11111 11111011 111100 101011

Color Harmonies of #442CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CAF

Black with #442CAF

Text Example


Text Example

White with #442CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,44,175); }

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

background-color css

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

 a { background-color: rgb(68,44,175); }

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

border-color css

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

 span { border-color: rgb(68,44,175); }

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