Html Css Color HEX #442BAE Blue Gem

📋 copy color: '#442BAE'

red 68 ◦ green 43 ◦ blue 174

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

Shades of Blue Gem #442BAE

Tints of Blue Gem #442BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 23.86%
G = 15.09%
B = 61.05%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#442BAE (or 0x442BAE) is known color: Blue Gem. HEX triplet: 44, 2B and AE. RGB value is (68,43,174). Sum of RGB (Red+Green+Blue) = 68+43+174=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #442BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442BAE is #BBD451. Grayscale: #404040. Windows color (decimal): -12309586 or 11414340. OLE color: 11414340.

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

Color convert

RGB 68 43 174 -
CMYK 0.61 0.75 0 0.32
HSL 251.45º 0.6% 0.43% -
HSV(B) 251.45º 0.75% 0.68% -
XYZ 10.89 6.01 40.63 -
YUV 65.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 68 43 174 0.61 0.75 0 0.32 251.45 0.6 0.43
Hex 44 2B AE 3D 4B 0 20 FB 3C 2B
Octal 104 53 256 75 113 0 40 373 74 53
Binary 1000100 101011 10101110 111101 1001011 0 100000 11111011 111100 101011

Color Harmonies of #442BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BAE

Black with #442BAE

Text Example


Text Example

White with #442BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,174); }

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

background-color css

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

 a { background-color: rgb(68,43,174); }

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

border-color css

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

 span { border-color: rgb(68,43,174); }

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