#443DAE

Color #443DAE Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #443DAE

Tints of Blue Gem #443DAE

Color information

#443DAE (or 0x443DAE) is unknown color: approx Blue Gem. HEX triplet: 44, 3D and AE. RGB value is (68,61,174). Sum of RGB (Red+Green+Blue) = 68+61+174=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #443DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443DAE is #BBC251. Grayscale: #4B4B4B. Windows color (decimal): -12304978 or 11418948. OLE color: 11418948.

HSL color Cylindrical-coordinate representation of color #443DAE: hue angle of 243.72º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443DAE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6861174-
CMYK0.610.6500.32
HSL243.72º48.09%46.08%-
HSV(B)243.72º64.94%68.24%-
XYZ11.697.6240.9-
YUV75.97183.32122.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=22.44%
G=20.13%
B=57.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68611740.610.6500.32243.7248.0946.08
Hex443DAE3D41020f4302e
Octal10475256751010403646056
Binary1000100111101101011101111011000001010000011110100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #443DAE;
 }
 .AnyTagClassName
 {
   color: #443DAE;
 }
</style>
background-color css

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

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

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

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

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

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