Html Css Color HEX #442D6C Blue Diamond

📋 copy color: '#442D6C'

red 68 ◦ green 45 ◦ blue 108

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

Shades of Blue Diamond #442D6C

Tints of Blue Diamond #442D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.36%

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 30.77%
G = 20.36%
B = 48.87%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#442D6C (or 0x442D6C) is known color: Blue Diamond. HEX triplet: 44, 2D and 6C. RGB value is (68,45,108). Sum of RGB (Red+Green+Blue) = 68+45+108=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #442D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D6C is #BBD293. Grayscale: #3A3A3A. Windows color (decimal): -12309140 or 7089476. OLE color: 7089476.

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

Color convert

RGB 68 45 108 -
CMYK 0.37 0.58 0 0.58
HSL 261.9º 0.41% 0.3% -
HSV(B) 261.9º 0.58% 0.42% -
XYZ 6.03 4.19 14.68 -
YUV 59.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 68 45 108 0.37 0.58 0 0.58 261.9 0.41 0.3
Hex 44 2D 6C 25 3A 0 3A 106 29 1E
Octal 104 55 154 45 72 0 72 406 51 36
Binary 1000100 101101 1101100 100101 111010 0 111010 100000110 101001 11110

Color Harmonies of #442D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D6C

Black with #442D6C

Text Example


Text Example

White with #442D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,45,108); }

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

background-color css

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

 a { background-color: rgb(68,45,108); }

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

border-color css

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

 span { border-color: rgb(68,45,108); }

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