Html Css Color HEX #442C69 Blue Diamond

📋 copy color: '#442C69'

red 68 ◦ green 44 ◦ blue 105

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

Shades of Blue Diamond #442C69

Tints of Blue Diamond #442C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.28%

 BLUE value IS 105 (41.41% from 255) = 48.39%

R = 31.34%
G = 20.28%
B = 48.39%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442C69 (or 0x442C69) is known color: Blue Diamond. HEX triplet: 44, 2C and 69. RGB value is (68,44,105). Sum of RGB (Red+Green+Blue) = 68+44+105=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #442C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C69 is #BBD396. Grayscale: #393939. Windows color (decimal): -12309399 or 6892612. OLE color: 6892612.

HSL color Cylindrical-coordinate representation of color #442C69: hue angle of 263.61º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #442C69 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 44 105 -
CMYK 0.35 0.58 0 0.59
HSL 263.61º 0.41% 0.29% -
HSV(B) 263.61º 0.58% 0.41% -
XYZ 5.83 4.05 13.84 -
YUV 58.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 68 44 105 0.35 0.58 0 0.59 263.61 0.41 0.29
Hex 44 2C 69 23 3A 0 3B 108 29 1D
Octal 104 54 151 43 72 0 73 410 51 35
Binary 1000100 101100 1101001 100011 111010 0 111011 100001000 101001 11101

Color Harmonies of #442C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C69

Black with #442C69

Text Example


Text Example

White with #442C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,44,105); }

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

background-color css

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

 a { background-color: rgb(68,44,105); }

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

border-color css

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

 span { border-color: rgb(68,44,105); }

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