Html Css Color HEX #442E68 Blue Diamond

📋 copy color: '#442E68'

red 68 ◦ green 46 ◦ blue 104

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

Shades of Blue Diamond #442E68

Tints of Blue Diamond #442E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.1%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 31.19%
G = 21.1%
B = 47.71%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442E68 (or 0x442E68) is known color: Blue Diamond. HEX triplet: 44, 2E and 68. RGB value is (68,46,104). Sum of RGB (Red+Green+Blue) = 68+46+104=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #442E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E68 is #BBD197. Grayscale: #3A3A3A. Windows color (decimal): -12308888 or 6827588. OLE color: 6827588.

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

Color convert

RGB 68 46 104 -
CMYK 0.35 0.56 0 0.59
HSL 262.76º 0.39% 0.29% -
HSV(B) 262.76º 0.56% 0.41% -
XYZ 5.86 4.18 13.6 -
YUV 59.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 68 46 104 0.35 0.56 0 0.59 262.76 0.39 0.29
Hex 44 2E 68 23 38 0 3B 107 27 1D
Octal 104 56 150 43 70 0 73 407 47 35
Binary 1000100 101110 1101000 100011 111000 0 111011 100000111 100111 11101

Color Harmonies of #442E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E68

Black with #442E68

Text Example


Text Example

White with #442E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,46,104); }

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

background-color css

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

 a { background-color: rgb(68,46,104); }

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

border-color css

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

 span { border-color: rgb(68,46,104); }

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