Html Css Color HEX #44296D Blue Diamond

📋 copy color: '#44296D'

red 68 ◦ green 41 ◦ blue 109

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

Shades of Blue Diamond #44296D

Tints of Blue Diamond #44296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 109 (42.97% from 255) = 50%

R = 31.19%
G = 18.81%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44296D (or 0x44296D) is known color: Blue Diamond. HEX triplet: 44, 29 and 6D. RGB value is (68,41,109). Sum of RGB (Red+Green+Blue) = 68+41+109=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #44296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44296D is #BBD692. Grayscale: #383838. Windows color (decimal): -12310163 or 7153988. OLE color: 7153988.

HSL color Cylindrical-coordinate representation of color #44296D: hue angle of 263.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44296D is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 41 109 -
CMYK 0.38 0.62 0 0.57
HSL 263.82º 0.45% 0.29% -
HSV(B) 263.82º 0.62% 0.43% -
XYZ 5.94 3.92 14.91 -
YUV 56.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 68 41 109 0.38 0.62 0 0.57 263.82 0.45 0.29
Hex 44 29 6D 26 3E 0 39 108 2D 1D
Octal 104 51 155 46 76 0 71 410 55 35
Binary 1000100 101001 1101101 100110 111110 0 111001 100001000 101101 11101

Color Harmonies of #44296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44296D

Black with #44296D

Text Example


Text Example

White with #44296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44296D; }

 p { color: rgb(68,41,109); }

 H1.HeaderClassName
 {
   color: #44296D;
 }
 .AnyTagClassName
 {
   color: #44296D;
 }
</style>

background-color css

<style>
 a { background-color: #44296D; }

 a { background-color: rgb(68,41,109); }

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

border-color css

<style>
 span { border-color: #44296D; }

 span { border-color: rgb(68,41,109); }

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