Html Css Color HEX #323076 Deep Koamaru

📋 copy color: '#323076'

red 50 ◦ green 48 ◦ blue 118

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

Shades of Deep Koamaru #323076

Tints of Deep Koamaru #323076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 23.15%
G = 22.22%
B = 54.63%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323076 (or 0x323076) is known color: Deep Koamaru. HEX triplet: 32, 30 and 76. RGB value is (50,48,118). Sum of RGB (Red+Green+Blue) = 50+48+118=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #323076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323076 is #CDCF89. Grayscale: #383838. Windows color (decimal): -13488010 or 7745586. OLE color: 7745586.

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

Color convert

RGB 50 48 118 -
CMYK 0.58 0.59 0 0.54
HSL 241.71º 0.42% 0.33% -
HSV(B) 241.71º 0.59% 0.46% -
XYZ 5.64 4.1 17.63 -
YUV 56.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 50 48 118 0.58 0.59 0 0.54 241.71 0.42 0.33
Hex 32 30 76 3A 3B 0 36 F2 2A 21
Octal 62 60 166 72 73 0 66 362 52 41
Binary 110010 110000 1110110 111010 111011 0 110110 11110010 101010 100001

Color Harmonies of #323076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323076

Black with #323076

Text Example


Text Example

White with #323076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323076; }

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

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

background-color css

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

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

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

border-color css

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

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

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