Html Css Color HEX #442BA8 Blue Gem

📋 copy color: '#442BA8'

red 68 ◦ green 43 ◦ blue 168

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

Shades of Blue Gem #442BA8

Tints of Blue Gem #442BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 60.22%

R = 24.37%
G = 15.41%
B = 60.22%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#442BA8 (or 0x442BA8) is known color: Blue Gem. HEX triplet: 44, 2B and A8. RGB value is (68,43,168). Sum of RGB (Red+Green+Blue) = 68+43+168=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 168 (66.02% from 255 or 60.22% from 279); Max value from RGB is 168 - color contains mainly: blue. Hex color #442BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442BA8 is #BBD457. Grayscale: #404040. Windows color (decimal): -12309592 or 11021124. OLE color: 11021124.

HSL color Cylindrical-coordinate representation of color #442BA8: hue angle of 252º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442BA8 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 43 168 -
CMYK 0.60 0.74 0 0.34
HSL 252º 0.59% 0.41% -
HSV(B) 252º 0.74% 0.66% -
XYZ 10.32 5.78 37.62 -
YUV 64.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 68 43 168 0.60 0.74 0 0.34 252 0.59 0.41
Hex 44 2B A8 3C 4A 0 22 FC 3B 29
Octal 104 53 250 74 112 0 42 374 73 51
Binary 1000100 101011 10101000 111100 1001010 0 100010 11111100 111011 101001

Color Harmonies of #442BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BA8

Black with #442BA8

Text Example


Text Example

White with #442BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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