Html Css Color HEX #442369 Blue Diamond

📋 copy color: '#442369'

red 68 ◦ green 35 ◦ blue 105

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

Shades of Blue Diamond #442369

Tints of Blue Diamond #442369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 32.69%
G = 16.83%
B = 50.48%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442369 (or 0x442369) is known color: Blue Diamond. HEX triplet: 44, 23 and 69. RGB value is (68,35,105). Sum of RGB (Red+Green+Blue) = 68+35+105=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #442369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442369 is #BBDC96. Grayscale: #343434. Windows color (decimal): -12311703 or 6890308. OLE color: 6890308.

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

Color convert

RGB 68 35 105 -
CMYK 0.35 0.67 0 0.59
HSL 268.29º 0.5% 0.27% -
HSV(B) 268.29º 0.67% 0.41% -
XYZ 5.53 3.45 13.74 -
YUV 52.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 68 35 105 0.35 0.67 0 0.59 268.29 0.5 0.27
Hex 44 23 69 23 43 0 3B 10C 32 1B
Octal 104 43 151 43 103 0 73 414 62 33
Binary 1000100 100011 1101001 100011 1000011 0 111011 100001100 110010 11011

Color Harmonies of #442369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442369

Black with #442369

Text Example


Text Example

White with #442369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442369; }

 p { color: rgb(68,35,105); }

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

background-color css

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

 a { background-color: rgb(68,35,105); }

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

border-color css

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

 span { border-color: rgb(68,35,105); }

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