Html Css Color HEX #323661 Deep Koamaru

📋 copy color: '#323661'

red 50 ◦ green 54 ◦ blue 97

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

Shades of Deep Koamaru #323661

Tints of Deep Koamaru #323661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 24.88%
G = 26.87%
B = 48.26%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#323661 (or 0x323661) is known color: Deep Koamaru. HEX triplet: 32, 36 and 61. RGB value is (50,54,97). Sum of RGB (Red+Green+Blue) = 50+54+97=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #323661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323661 is #CDC99E. Grayscale: #393939. Windows color (decimal): -13486495 or 6370866. OLE color: 6370866.

HSL color Cylindrical-coordinate representation of color #323661: hue angle of 234.89º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323661 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 54 97 -
CMYK 0.48 0.44 0 0.62
HSL 234.89º 0.32% 0.29% -
HSV(B) 234.89º 0.48% 0.38% -
XYZ 4.79 4.18 11.86 -
YUV 57.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 50 54 97 0.48 0.44 0 0.62 234.89 0.32 0.29
Hex 32 36 61 30 2C 0 3E EB 20 1D
Octal 62 66 141 60 54 0 76 353 40 35
Binary 110010 110110 1100001 110000 101100 0 111110 11101011 100000 11101

Color Harmonies of #323661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323661

Black with #323661

Text Example


Text Example

White with #323661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323661; }

 p { color: rgb(50,54,97); }

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

background-color css

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

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

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

border-color css

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

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

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