Html Css Color HEX #443AAF Blue Gem

📋 copy color: '#443AAF'

red 68 ◦ green 58 ◦ blue 175

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

Shades of Blue Gem #443AAF

Tints of Blue Gem #443AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

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

R = 22.59%
G = 19.27%
B = 58.14%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#443AAF (or 0x443AAF) is known color: Blue Gem. HEX triplet: 44, 3A and AF. RGB value is (68,58,175). Sum of RGB (Red+Green+Blue) = 68+58+175=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #443AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443AAF is #BBC550. Grayscale: #494949. Windows color (decimal): -12305745 or 11483716. OLE color: 11483716.

HSL color Cylindrical-coordinate representation of color #443AAF: hue angle of 245.13º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443AAF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 58 175 -
CMYK 0.61 0.67 0 0.31
HSL 245.13º 0.5% 0.46% -
HSV(B) 245.13º 0.67% 0.69% -
XYZ 11.63 7.35 41.36 -
YUV 74.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 68 58 175 0.61 0.67 0 0.31 245.13 0.5 0.46
Hex 44 3A AF 3D 43 0 1F F5 32 2E
Octal 104 72 257 75 103 0 37 365 62 56
Binary 1000100 111010 10101111 111101 1000011 0 11111 11110101 110010 101110

Color Harmonies of #443AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AAF

Black with #443AAF

Text Example


Text Example

White with #443AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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