Html Css Color HEX #322C7C Deep Koamaru

📋 copy color: '#322C7C'

red 50 ◦ green 44 ◦ blue 124

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

Shades of Deep Koamaru #322C7C

Tints of Deep Koamaru #322C7C

RGB

 RED value IS 50 (19.92% from 255) = 22.94%

 GREEN value IS 44 (17.58% from 255) = 20.18%

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 22.94%
G = 20.18%
B = 56.88%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#322C7C (or 0x322C7C) is known color: Deep Koamaru. HEX triplet: 32, 2C and 7C. RGB value is (50,44,124). Sum of RGB (Red+Green+Blue) = 50+44+124=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #322C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C7C is #CDD383. Grayscale: #363636. Windows color (decimal): -13489028 or 8137778. OLE color: 8137778.

HSL color Cylindrical-coordinate representation of color #322C7C: hue angle of 244.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322C7C is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 44 124 -
CMYK 0.60 0.65 0 0.51
HSL 244.5º 0.48% 0.33% -
HSV(B) 244.5º 0.65% 0.49% -
XYZ 5.85 3.93 19.52 -
YUV 54.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 50 44 124 0.60 0.65 0 0.51 244.5 0.48 0.33
Hex 32 2C 7C 3C 41 0 33 F4 30 21
Octal 62 54 174 74 101 0 63 364 60 41
Binary 110010 101100 1111100 111100 1000001 0 110011 11110100 110000 100001

Color Harmonies of #322C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C7C

Black with #322C7C

Text Example


Text Example

White with #322C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322C7C; }

 p { color: rgb(50,44,124); }

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

background-color css

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

 a { background-color: rgb(50,44,124); }

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

border-color css

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

 span { border-color: rgb(50,44,124); }

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