Html Css Color HEX #442668 Blue Diamond

📋 copy color: '#442668'

red 68 ◦ green 38 ◦ blue 104

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

Shades of Blue Diamond #442668

Tints of Blue Diamond #442668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

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

R = 32.38%
G = 18.1%
B = 49.52%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442668 (or 0x442668) is known color: Blue Diamond. HEX triplet: 44, 26 and 68. RGB value is (68,38,104). Sum of RGB (Red+Green+Blue) = 68+38+104=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #442668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442668 is #BBD997. Grayscale: #363636. Windows color (decimal): -12310936 or 6825540. OLE color: 6825540.

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

Color convert

RGB 68 38 104 -
CMYK 0.35 0.63 0 0.59
HSL 267.27º 0.46% 0.28% -
HSV(B) 267.27º 0.63% 0.41% -
XYZ 5.58 3.61 13.5 -
YUV 54.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 68 38 104 0.35 0.63 0 0.59 267.27 0.46 0.28
Hex 44 26 68 23 3F 0 3B 10B 2E 1C
Octal 104 46 150 43 77 0 73 413 56 34
Binary 1000100 100110 1101000 100011 111111 0 111011 100001011 101110 11100

Color Harmonies of #442668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442668

Black with #442668

Text Example


Text Example

White with #442668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442668; }

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

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

background-color css

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

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

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

border-color css

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

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

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