Html Css Color HEX #442D6B Blue Diamond

📋 copy color: '#442D6B'

red 68 ◦ green 45 ◦ blue 107

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

Shades of Blue Diamond #442D6B

Tints of Blue Diamond #442D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 30.91%
G = 20.45%
B = 48.64%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#442D6B (or 0x442D6B) is known color: Blue Diamond. HEX triplet: 44, 2D and 6B. RGB value is (68,45,107). Sum of RGB (Red+Green+Blue) = 68+45+107=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #442D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D6B is #BBD294. Grayscale: #3A3A3A. Windows color (decimal): -12309141 or 7023940. OLE color: 7023940.

HSL color Cylindrical-coordinate representation of color #442D6B: hue angle of 262.26º 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 #442D6B is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 45 107 -
CMYK 0.36 0.58 0 0.58
HSL 262.26º 0.41% 0.3% -
HSV(B) 262.26º 0.58% 0.42% -
XYZ 5.98 4.17 14.4 -
YUV 58.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 68 45 107 0.36 0.58 0 0.58 262.26 0.41 0.3
Hex 44 2D 6B 24 3A 0 3A 106 29 1E
Octal 104 55 153 44 72 0 72 406 51 36
Binary 1000100 101101 1101011 100100 111010 0 111010 100000110 101001 11110

Color Harmonies of #442D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D6B

Black with #442D6B

Text Example


Text Example

White with #442D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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