Html Css Color HEX #322B7C Deep Koamaru

📋 copy color: '#322B7C'

red 50 ◦ green 43 ◦ blue 124

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

Shades of Deep Koamaru #322B7C

Tints of Deep Koamaru #322B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

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

R = 23.04%
G = 19.82%
B = 57.14%

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

#322B7C (or 0x322B7C) is known color: Deep Koamaru. HEX triplet: 32, 2B and 7C. RGB value is (50,43,124). Sum of RGB (Red+Green+Blue) = 50+43+124=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #322B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B7C is #CDD483. Grayscale: #363636. Windows color (decimal): -13489284 or 8137522. OLE color: 8137522.

HSL color Cylindrical-coordinate representation of color #322B7C: hue angle of 245.19º degrees, saturation: 0.49, 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 #322B7C is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 43 124 -
CMYK 0.60 0.65 0 0.51
HSL 245.19º 0.49% 0.33% -
HSV(B) 245.19º 0.65% 0.49% -
XYZ 5.82 3.86 19.51 -
YUV 54.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 50 43 124 0.60 0.65 0 0.51 245.19 0.49 0.33
Hex 32 2B 7C 3C 41 0 33 F5 31 21
Octal 62 53 174 74 101 0 63 365 61 41
Binary 110010 101011 1111100 111100 1000001 0 110011 11110101 110001 100001

Color Harmonies of #322B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B7C

Black with #322B7C

Text Example


Text Example

White with #322B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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