Html Css Color HEX #442370 Blue Diamond

📋 copy color: '#442370'

red 68 ◦ green 35 ◦ blue 112

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

Shades of Blue Diamond #442370

Tints of Blue Diamond #442370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 31.63%
G = 16.28%
B = 52.09%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442370 (or 0x442370) is known color: Blue Diamond. HEX triplet: 44, 23 and 70. RGB value is (68,35,112). Sum of RGB (Red+Green+Blue) = 68+35+112=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #442370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442370 is #BBDC8F. Grayscale: #353535. Windows color (decimal): -12311696 or 7349060. OLE color: 7349060.

HSL color Cylindrical-coordinate representation of color #442370: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442370 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 35 112 -
CMYK 0.39 0.69 0 0.56
HSL 265.71º 0.52% 0.29% -
HSV(B) 265.71º 0.69% 0.44% -
XYZ 5.91 3.6 15.71 -
YUV 53.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 68 35 112 0.39 0.69 0 0.56 265.71 0.52 0.29
Hex 44 23 70 27 45 0 38 10A 34 1D
Octal 104 43 160 47 105 0 70 412 64 35
Binary 1000100 100011 1110000 100111 1000101 0 111000 100001010 110100 11101

Color Harmonies of #442370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442370

Black with #442370

Text Example


Text Example

White with #442370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442370; }

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

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

background-color css

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

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

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

border-color css

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

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

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