Html Css Color HEX #323276 Deep Koamaru

📋 copy color: '#323276'

red 50 ◦ green 50 ◦ blue 118

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

Shades of Deep Koamaru #323276

Tints of Deep Koamaru #323276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 22.94%
G = 22.94%
B = 54.13%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323276 (or 0x323276) is known color: Deep Koamaru. HEX triplet: 32, 32 and 76. RGB value is (50,50,118). Sum of RGB (Red+Green+Blue) = 50+50+118=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #323276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323276 is #CDCD89. Grayscale: #393939. Windows color (decimal): -13487498 or 7746098. OLE color: 7746098.

HSL color Cylindrical-coordinate representation of color #323276: hue angle of 240º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323276 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 50 118 -
CMYK 0.58 0.58 0 0.54
HSL 240º 0.4% 0.33% -
HSV(B) 240º 0.58% 0.46% -
XYZ 5.73 4.27 17.66 -
YUV 57.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 50 50 118 0.58 0.58 0 0.54 240 0.4 0.33
Hex 32 32 76 3A 3A 0 36 F0 28 21
Octal 62 62 166 72 72 0 66 360 50 41
Binary 110010 110010 1110110 111010 111010 0 110110 11110000 101000 100001

Color Harmonies of #323276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323276

Black with #323276

Text Example


Text Example

White with #323276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323276; }

 p { color: rgb(50,50,118); }

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

background-color css

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

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

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

border-color css

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

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

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