Html Css Color HEX #443DAA Blue Gem

📋 copy color: '#443DAA'

red 68 ◦ green 61 ◦ blue 170

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

Shades of Blue Gem #443DAA

Tints of Blue Gem #443DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 22.74%
G = 20.4%
B = 56.86%

CMYK

 C value IS 0.6

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#443DAA (or 0x443DAA) is known color: Blue Gem. HEX triplet: 44, 3D and AA. RGB value is (68,61,170). Sum of RGB (Red+Green+Blue) = 68+61+170=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #443DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443DAA is #BBC255. Grayscale: #4B4B4B. Windows color (decimal): -12304982 or 11156804. OLE color: 11156804.

HSL color Cylindrical-coordinate representation of color #443DAA: hue angle of 243.85º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #443DAA is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 61 170 -
CMYK 0.6 0.64 0 0.33
HSL 243.85º 0.47% 0.45% -
HSV(B) 243.85º 0.64% 0.67% -
XYZ 11.31 7.47 38.88 -
YUV 75.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 68 61 170 0.6 0.64 0 0.33 243.85 0.47 0.45
Hex 44 3D AA 3C 40 0 21 F4 2F 2D
Octal 104 75 252 74 100 0 41 364 57 55
Binary 1000100 111101 10101010 111100 1000000 0 100001 11110100 101111 101101

Color Harmonies of #443DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443DAA

Black with #443DAA

Text Example


Text Example

White with #443DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,61,170); }

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

background-color css

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

 a { background-color: rgb(68,61,170); }

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

border-color css

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

 span { border-color: rgb(68,61,170); }

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