#323461

Color #323461 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #323461

Tints of Deep Koamaru #323461

Color information

#323461 (or 0x323461) is unknown color: approx Deep Koamaru. HEX triplet: 32, 34 and 61. RGB value is (50,52,97). Sum of RGB (Red+Green+Blue) = 50+52+97=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #323461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323461 is #CDCB9E. Grayscale: #383838. Windows color (decimal): -13487007 or 6370354. OLE color: 6370354.

HSL color Cylindrical-coordinate representation of color #323461: hue angle of 237.45º 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 #323461 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB505297-
CMYK0.480.4600.62
HSL237.45º31.97%28.82%-
HSV(B)237.45º48.45%38.04%-
XYZ4.7411.83-
YUV56.53150.84123.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=25.13%
G=26.13%
B=48.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5052970.480.4600.62237.4531.9728.82
Hex323461302E03Eed201d
Octal626414160560763554035
Binary110010110100110000111000010111001111101110110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323461; }

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

 H1.HeaderClassName
 {
   color: #323461;
 }
 .AnyTagClassName
 {
   color: #323461;
 }
</style>
background-color css

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

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

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

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

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

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