Html Css Color HEX #323177 Deep Koamaru

📋 copy color: '#323177'

red 50 ◦ green 49 ◦ blue 119

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

Shades of Deep Koamaru #323177

Tints of Deep Koamaru #323177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 22.94%
G = 22.48%
B = 54.59%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323177 (or 0x323177) is known color: Deep Koamaru. HEX triplet: 32, 31 and 77. RGB value is (50,49,119). Sum of RGB (Red+Green+Blue) = 50+49+119=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #323177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323177 is #CDCE88. Grayscale: #393939. Windows color (decimal): -13487753 or 7811378. OLE color: 7811378.

HSL color Cylindrical-coordinate representation of color #323177: hue angle of 240.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323177 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 49 119 -
CMYK 0.58 0.59 0 0.53
HSL 240.86º 0.42% 0.33% -
HSV(B) 240.86º 0.59% 0.47% -
XYZ 5.74 4.21 17.96 -
YUV 57.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 50 49 119 0.58 0.59 0 0.53 240.86 0.42 0.33
Hex 32 31 77 3A 3B 0 35 F1 2A 21
Octal 62 61 167 72 73 0 65 361 52 41
Binary 110010 110001 1110111 111010 111011 0 110101 11110001 101010 100001

Color Harmonies of #323177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323177

Black with #323177

Text Example


Text Example

White with #323177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323177; }

 p { color: rgb(50,49,119); }

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

background-color css

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

 a { background-color: rgb(50,49,119); }

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

border-color css

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

 span { border-color: rgb(50,49,119); }

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