Html Css Color HEX #442A68 Blue Diamond

📋 copy color: '#442A68'

red 68 ◦ green 42 ◦ blue 104

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

Shades of Blue Diamond #442A68

Tints of Blue Diamond #442A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 31.78%
G = 19.63%
B = 48.6%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442A68 (or 0x442A68) is known color: Blue Diamond. HEX triplet: 44, 2A and 68. RGB value is (68,42,104). Sum of RGB (Red+Green+Blue) = 68+42+104=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #442A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A68 is #BBD597. Grayscale: #383838. Windows color (decimal): -12309912 or 6826564. OLE color: 6826564.

HSL color Cylindrical-coordinate representation of color #442A68: hue angle of 265.16º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442A68 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 42 104 -
CMYK 0.35 0.60 0 0.59
HSL 265.16º 0.42% 0.29% -
HSV(B) 265.16º 0.6% 0.41% -
XYZ 5.71 3.88 13.55 -
YUV 56.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 68 42 104 0.35 0.60 0 0.59 265.16 0.42 0.29
Hex 44 2A 68 23 3C 0 3B 109 2A 1D
Octal 104 52 150 43 74 0 73 411 52 35
Binary 1000100 101010 1101000 100011 111100 0 111011 100001001 101010 11101

Color Harmonies of #442A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A68

Black with #442A68

Text Example


Text Example

White with #442A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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