Html Css Color HEX #442A63 Blue Diamond

📋 copy color: '#442A63'

red 68 ◦ green 42 ◦ blue 99

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

Shades of Blue Diamond #442A63

Tints of Blue Diamond #442A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.1%

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 32.54%
G = 20.1%
B = 47.37%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#442A63 (or 0x442A63) is known color: Blue Diamond. HEX triplet: 44, 2A and 63. RGB value is (68,42,99). Sum of RGB (Red+Green+Blue) = 68+42+99=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #442A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A63 is #BBD59C. Grayscale: #383838. Windows color (decimal): -12309917 or 6498884. OLE color: 6498884.

HSL color Cylindrical-coordinate representation of color #442A63: hue angle of 267.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #442A63 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 42 99 -
CMYK 0.31 0.58 0 0.61
HSL 267.37º 0.4% 0.28% -
HSV(B) 267.37º 0.58% 0.39% -
XYZ 5.46 3.79 12.25 -
YUV 56.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 68 42 99 0.31 0.58 0 0.61 267.37 0.4 0.28
Hex 44 2A 63 1F 3A 0 3D 10B 28 1C
Octal 104 52 143 37 72 0 75 413 50 34
Binary 1000100 101010 1100011 11111 111010 0 111101 100001011 101000 11100

Color Harmonies of #442A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A63

Black with #442A63

Text Example


Text Example

White with #442A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,99); }

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

background-color css

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

 a { background-color: rgb(68,42,99); }

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

border-color css

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

 span { border-color: rgb(68,42,99); }

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