Html Css Color HEX #442BAF Blue Gem

📋 copy color: '#442BAF'

red 68 ◦ green 43 ◦ blue 175

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

Shades of Blue Gem #442BAF

Tints of Blue Gem #442BAF

RGB

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

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

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

R = 23.78%
G = 15.03%
B = 61.19%

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

#442BAF (or 0x442BAF) is known color: Blue Gem. HEX triplet: 44, 2B and AF. RGB value is (68,43,175). Sum of RGB (Red+Green+Blue) = 68+43+175=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #442BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442BAF is #BBD450. Grayscale: #414141. Windows color (decimal): -12309585 or 11479876. OLE color: 11479876.

HSL color Cylindrical-coordinate representation of color #442BAF: hue angle of 251.36º degrees, saturation: 0.61, 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 #442BAF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 43 175 -
CMYK 0.61 0.75 0 0.31
HSL 251.36º 0.61% 0.43% -
HSV(B) 251.36º 0.75% 0.69% -
XYZ 10.99 6.05 41.15 -
YUV 65.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 68 43 175 0.61 0.75 0 0.31 251.36 0.61 0.43
Hex 44 2B AF 3D 4B 0 1F FB 3D 2B
Octal 104 53 257 75 113 0 37 373 75 53
Binary 1000100 101011 10101111 111101 1001011 0 11111 11111011 111101 101011

Color Harmonies of #442BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BAF

Black with #442BAF

Text Example


Text Example

White with #442BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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