#32346B

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

Shades of Deep Koamaru #32346B

Tints of Deep Koamaru #32346B

Color information

#32346B (or 0x32346B) is unknown color: approx Deep Koamaru. HEX triplet: 32, 34 and 6B. RGB value is (50,52,107). Sum of RGB (Red+Green+Blue) = 50+52+107=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #32346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32346B is #CDCB94. Grayscale: #393939. Windows color (decimal): -13486997 or 7025714. OLE color: 7025714.

HSL color Cylindrical-coordinate representation of color #32346B: hue angle of 237.89º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32346B is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5052107-
CMYK0.530.5100.58
HSL237.89º36.31%30.78%-
HSV(B)237.89º53.27%41.96%-
XYZ5.24.214.45-
YUV57.67155.84122.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=23.92%
G=24.88%
B=51.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50521070.530.5100.58237.8936.3130.78
Hex32346B353303Aee241f
Octal626415365630723564437
Binary110010110100110101111010111001101110101110111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32346B; }

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

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

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

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

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

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

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

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