Html Css Color HEX #323666 Deep Koamaru

📋 copy color: '#323666'

red 50 ◦ green 54 ◦ blue 102

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

Shades of Deep Koamaru #323666

Tints of Deep Koamaru #323666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 24.27%
G = 26.21%
B = 49.51%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#323666 (or 0x323666) is known color: Deep Koamaru. HEX triplet: 32, 36 and 66. RGB value is (50,54,102). Sum of RGB (Red+Green+Blue) = 50+54+102=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #323666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323666 is #CDC999. Grayscale: #3A3A3A. Windows color (decimal): -13486490 or 6698546. OLE color: 6698546.

HSL color Cylindrical-coordinate representation of color #323666: hue angle of 235.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #323666 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 54 102 -
CMYK 0.51 0.47 0 0.6
HSL 235.38º 0.34% 0.3% -
HSV(B) 235.38º 0.51% 0.4% -
XYZ 5.03 4.28 13.13 -
YUV 58.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 50 54 102 0.51 0.47 0 0.6 235.38 0.34 0.3
Hex 32 36 66 33 2F 0 3C EB 22 1E
Octal 62 66 146 63 57 0 74 353 42 36
Binary 110010 110110 1100110 110011 101111 0 111100 11101011 100010 11110

Color Harmonies of #323666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323666

Black with #323666

Text Example


Text Example

White with #323666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323666; }

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

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

background-color css

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

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

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

border-color css

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

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

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